boost::corosio::timer::expires_at
Set the timer's expiry time as an absolute time.
Synopsis
Declared in <boost/corosio/timer.hpp>
void
expires_at(time_point t);
Parameters
| Name | Description |
|---|---|
t |
The expiry time to be used for the timer. |
Created with MrDocs