Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

deadline_timer_service::cancel
PrevUpHomeNext

Cancel any asynchronous wait operations associated with the timer.

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

PrevUpHomeNext