boost::capy::run
Bind a task to an executor with a standard allocator.
Synopsis
Declared in <boost/capy/ex/run.hpp>
template<
Executor Ex,
/* implementation-defined */ Alloc>
[[nodiscard]]
auto
run(
Ex ex,
Alloc alloc);
Parameters
| Name | Description |
|---|---|
ex |
The executor on which the task should run. |
alloc |
The allocator for frame allocation. |
Created with MrDocs