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, senders, and schedulers. |
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: asio/execution/outstanding_work.hpp
Convenience header: asio/execution.hpp