asio C++ library

PrevUpHomeNext
execution::any_executor::any_executor (6 of 6 overloads)

Construct a polymorphic wrapper for the specified executor.

template<
    typename Executor>
any_executor(
    Executor e);

PrevUpHomeNext