Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

waitable_timer_service::cancel_one

Cancels one asynchronous wait operation associated with the timer.

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

PrevUpHomeNext