userver: userver/engine/future_status.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
future_status.hpp File Reference

std::future state extended with "cancelled" state More...

+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

std::future state extended with "cancelled" state

Definition in file future_status.hpp.