boost::capy::strand::strand
Copy constructor.
Synopsis
Declared in <boost/capy/ex/strand.hpp>
strand(strand const& other) = default;
Description
Creates a strand that shares serialization state with the original. Coroutines dispatched through either strand will be serialized with respect to each other.
Parameters
| Name | Description |
|---|---|
other |
The object to copy construct from |
Created with MrDocs