boost::corosio::timer::expires_after
Set the timer's expiry time relative to now.
Synopses
Declared in <boost/corosio/timer.hpp>
Set the timer's expiry time relative to now.
void
expires_after(duration d);
Set the timer's expiry time relative to now.
template<
class Rep,
class Period>
void
expires_after(std::chrono::duration<Rep, Period> d);
Parameters
| Name | Description |
|---|---|
d |
The expiry time relative to now. |
Created with MrDocs