Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
thread_pool::basic_executor_type::require (2 of 9 overloads)

Obtain an executor with the blocking.always property.

constexpr basic_executor_type< Allocator, unspecified > require(
    execution::blocking_t::always_t ) const;

PrevUpHomeNext