Struct FutureTimeoutContainer

Struct Documentation

struct FutureTimeoutContainer

Small helper struct for tracking whether the task of a future has been finished in time.

Public Functions

inline FutureTimeoutContainer()

Public Members

std::chrono::time_point<std::chrono::system_clock> timeSent
bool handled = false
bool timeoutReached = false