asio C++ library

PrevUpHomeNext

waitable_timer_service::cancel_one

Cancels one asynchronous wait operation associated with the timer.

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

PrevUpHomeNext