userver: userver/engine/condition_variable_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
condition_variable_status.hpp File Reference

Detailed Description

std::condition_variable state extended with "cancelled" state

Definition in file condition_variable_status.hpp.

Go to the source code of this file.

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

Namespaces

namespace  engine
 Asynchronous engine primitives.
 

Enumerations

enum class  engine::CvStatus {
  kNoTimeout ,
  kTimeout ,
  kCancelled
}
 std::condition_variable state extended with "cancelled" state More...