boost::corosio::timer::timer
Constructors
Synopses
Declared in <boost/corosio/timer.hpp>
Copy constructor
Move constructor.
Construct a timer from an execution context.
explicit
timer(capy::execution_context& ctx);
Parameters
| Name | Description |
|---|---|
other |
The timer to move from. |
ctx |
The execution context that will own this timer. |
Created with MrDocs