Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
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.

Definition at line 31 of file async_operation.h.

Member Data Documentation

◆ cancelled

bool google::cloud::AsyncTimerResult::cancelled

Definition at line 33 of file async_operation.h.

◆ deadline

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

Definition at line 32 of file async_operation.h.