A property to communicate the forward progress and ordering guarantees of execution agents associated with the bulk execution.
struct bulk_guarantee_t
Name |
Description |
---|---|
A sub-property that indicates that execution agents within the same bulk execution may be parallelised. |
|
A sub-property that indicates that execution agents within the same bulk execution may not be parallelised and vectorised. |
|
A sub-property that indicates that execution agents within the same bulk execution may be parallelised and vectorised. |
|
The type returned by queries against an any_executor. |
Name |
Description |
---|---|
Default constructor. |
Name |
Description |
---|---|
The bulk_guarantee_t property applies to executors, senders, and schedulers. |
|
The top-level bulk_guarantee_t property cannot be preferred. |
|
The top-level bulk_guarantee_t property cannot be required. |
|
A special value used for accessing the bulk_guarantee_t::parallel_t property. |
|
A special value used for accessing the bulk_guarantee_t::sequenced_t property. |
|
A special value used for accessing the bulk_guarantee_t::unsequenced_t property. |
Name |
Description |
---|---|
Compare property values for inequality. |
|
Compare property values for equality. |
Header: asio/execution/bulk_guarantee.hpp
Convenience header: asio/execution.hpp