boost::capy::make_strand
Create a strand for an executor.
Synopsis
Declared in <boost/capy/strand.hpp>
template<typename Executor>
strand<Executor>
make_strand(Executor const& ex);
Parameters
| Name | Description |
|---|---|
ex |
An executor. |
Created with MrDocs