boost::capy::run_async_wrapper::run_async_wrapper

Construct wrapper with executor, stop token, handlers, and allocator.

Synopses

Copy constructor

run_async_wrapper(run_async_wrapper const& other) = delete;

Move constructor

Construct wrapper with executor, stop token, handlers, and allocator.

run_async_wrapper(
    Ex ex,
    std::stop_token st,
    Handlers h,
    Alloc a) noexcept;

Created with MrDocs