asio C++ library

PrevUpHomeNext
basic_system_executor::require (2 of 7 overloads)

Obtain an executor with the blocking.always property.

basic_system_executor< execution::blocking_t::always_t, Relationship, Allocator > require(
    execution::blocking_t::always_t ) const;

PrevUpHomeNext