asio C++ library

PrevUpHomeNext

waitable_timer_service::cancel

Cancel any asynchronous wait operations associated with the timer.

std::size_t cancel(
    implementation_type & impl,
    asio::error_code & ec);

PrevUpHomeNext