MCPcopy Create free account
hub / github.com/boostorg/asio / cancel_one_timer

Function cancel_one_timer

test/system_timer.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void cancel_one_timer(boost::asio::system_timer* t)
69{
70 std::size_t num_cancelled = t->cancel_one();
71 BOOST_ASIO_CHECK(num_cancelled == 1);
72}
73
74boost::asio::system_timer::time_point now()
75{

Callers

nothing calls this directly

Calls 1

cancel_oneMethod · 0.45

Tested by

no test coverage detected