Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::AsyncTimerResult Struct Reference

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
 

Detailed Description

The result of an async timer operation.

Callbacks for async timers will receive an object of this class.

Member Data Documentation

◆ cancelled

bool google::cloud::AsyncTimerResult::cancelled

◆ deadline

std::chrono::system_clock::time_point google::cloud::AsyncTimerResult::deadline