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 is an older version of Boost and was released in 2020. The current version is 1.91.0.
Obtain an executor with the outstanding_work.untracked property.
constexpr basic_executor_type< Allocator, unspecified > require(
execution::outstanding_work_t::untracked_t ) const;
Do not call this function directly. It is intended for use with the
require
customisation point.
For example:
auto ex1 = my_thread_pool.executor();
auto ex2 = boost::asio::require(ex1,
boost::asio::execution::outstanding_work.untracked);