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

Class timer_handler

test/system_timer.cpp:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224struct timer_handler
225{
226 timer_handler() {}
227 void operator()(const boost::system::error_code&) {}
228 timer_handler(timer_handler&&) {}
229private:
230 timer_handler(const timer_handler&);
231};
232
233void system_timer_cancel_test()
234{

Callers 1

system_timer_cancel_testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected