boost::capy::run_async_wrapper::run_async_wrapper
Construct wrapper with executor, stop token, handlers, and allocator.
Synopsis
Declared in <boost/capy/ex/run_async.hpp>
run_async_wrapper(
Ex ex,
std::stop_token st,
Handlers h,
Alloc a) noexcept;
Parameters
| Name | Description |
|---|---|
ex |
The object to construct from |
Created with MrDocs