userver
C++ Async Framework
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
future_status.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/engine/future_status.hpp
4
/// @brief @copybrief engine::FutureStatus
5
6
USERVER_NAMESPACE_BEGIN
7
8
namespace
engine {
9
10
/// std::future state extended with "cancelled" state
11
enum
class
FutureStatus
{
12
kReady
,
///< the future is ready
13
kTimeout
,
///< the wait operation timed out
14
kCancelled
///< the wait operation was interrupted by task cancellation
15
};
11
enum
class
FutureStatus
{
…
};
16
17
}
// namespace engine
18
19
USERVER_NAMESPACE_END
Docs version:
v1.0
,
v2.0
,
trunk/develop
userver
engine
future_status.hpp
Generated on Wed Apr 30 2025 15:48:43 for userver by
Doxygen
1.13.2