boost::capy::executor_ref::executor_ref
Copy constructor.
Synopsis
Declared in <boost/capy/ex/executor_ref.hpp>
constexpr
executor_ref(executor_ref const& other) = default;
Description
Copies the internal pointers, preserving identity. This enables the same‐executor optimization when passing executor_ref through coroutine chains.
Parameters
| Name | Description |
|---|---|
other |
The object to copy construct from |
Created with MrDocs