boost::capy::run_async_wrapper::run_async_wrapper
Construct wrapper with executor, stop token, handlers, and allocator.
Synopses
Declared in <boost/capy/ex/run_async.hpp>
Copy constructor
run_async_wrapper(run_async_wrapper const& other) = delete;
Move constructor
run_async_wrapper(run_async_wrapper&& other) = delete;
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