boost::capy::run
Run a task with stop token and memory resource.
Synopsis
Declared in <boost/capy/ex/run.hpp>
[[nodiscard]]
auto
run(
std::stop_token st,
std::pmr::memory_resource* mr);
Parameters
| Name | Description |
|---|---|
st |
The stop token for cooperative cancellation. |
mr |
The memory resource for frame allocation. |
Created with MrDocs