Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the develop branch. The current version is 1.89.0.
A property to describe whether task submission is likely in the future.
struct outstanding_work_t
|
Name |
Description |
|---|---|
|
A sub-property that indicates that the executor represents likely future submission of a function object. |
|
|
A sub-property that indicates that the executor does not represent likely future submission of a function object. |
|
|
The type returned by queries against an any_executor. |
|
Name |
Description |
|---|---|
|
outstanding_work_t [constructor] |
Default constructor. |
|
Name |
Description |
|---|---|
|
is_applicable_property_v [static] |
The outstanding_work_t property applies to executors. |
|
is_preferable [static] |
The top-level outstanding_work_t property cannot be preferred. |
|
is_requirable [static] |
The top-level outstanding_work_t property cannot be required. |
|
tracked [static] |
A special value used for accessing the outstanding_work_t::tracked_t property. |
|
untracked [static] |
A special value used for accessing the outstanding_work_t::untracked_t property. |
|
Name |
Description |
|---|---|
|
Compare property values for inequality. |
|
|
Compare property values for equality. |
Header: boost/asio/execution/outstanding_work.hpp
Convenience header: boost/asio/execution.hpp