Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_deadline_timer::cancel_one

Cancels one asynchronous operation that is waiting on the timer.

std::size_t cancel_one();
  » more...

std::size_t cancel_one(
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext