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

basic_deadline_timer::wait
PrevUpHomeNext

Perform a blocking wait on the timer.

void wait();

void wait(
    boost::system::error_code & ec);

PrevUpHomeNext