Google Cloud C++ Client 2.10.1
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.
bool google::cloud::AsyncTimerResult::cancelled |
std::chrono::system_clock::time_point google::cloud::AsyncTimerResult::deadline |