std::future state extended with "cancelled" state
Definition in file future_status.hpp.
Go to the source code of this file.
Namespaces | |
namespace | engine |
Asynchronous engine primitives. | |
Enumerations | |
enum class | engine::FutureStatus { engine::kReady , engine::kTimeout , engine::kCancelled } |
std::future state extended with "cancelled" state More... | |