Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
any_io_executor::any_io_executor (6 of 6 overloads)

Construct a polymorphic wrapper for the specified executor.

template<
    typename Executor>
any_io_executor(
    Executor e);

PrevUpHomeNext