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

Method add_timer_queue

include/boost/asio/detail/impl/kqueue_reactor.hpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38template <typename TimeTraits, typename Allocator>
39void kqueue_reactor::add_timer_queue(timer_queue<TimeTraits, Allocator>& queue)
40{
41 do_add_timer_queue(queue);
42}
43
44// Remove a timer queue from the reactor.
45template <typename TimeTraits, typename Allocator>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected