Google Cloud C++ Client
2.7.0
C++ Client Library for Google Cloud Platform
|
The result of an async timer operation. More...
#include <google/cloud/async_operation.h>
Public Attributes | |
std::chrono::system_clock::time_point | deadline |
bool | cancelled |
The result of an async timer operation.
Callbacks for async timers will receive an object of this class.
Definition at line 31 of file async_operation.h.
bool google::cloud::AsyncTimerResult::cancelled |
Definition at line 33 of file async_operation.h.
std::chrono::system_clock::time_point google::cloud::AsyncTimerResult::deadline |
Definition at line 32 of file async_operation.h.