asio C++ library

PrevUpHomeNext
executor_wrapper::executor_wrapper (7 of 9 overloads)

Move construct the wrapped object, but specify a different executor.

executor_wrapper(
    executor_arg_t ,
    const executor_type & e,
    executor_wrapper && other);

PrevUpHomeNext