![]() |
Home | Libraries | People | FAQ | More |
Set the timer's expiry time relative to now.
std::size_t expires_from_now( const duration_type & expiry_time);
This function sets the expiry time. Any pending asynchronous wait operations will be cancelled. The handler for each cancelled operation will be invoked with the boost::asio::error::operation_aborted error code.
The expiry time to be used for the timer.
The number of asynchronous operations that were cancelled.
Thrown on failure.