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

Method add_timer_queue

include/boost/asio/detail/impl/winrt_timer_scheduler.hpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29template <typename TimeTraits, typename Allocator>
30void winrt_timer_scheduler::add_timer_queue(
31 timer_queue<TimeTraits, Allocator>& queue)
32{
33 do_add_timer_queue(queue);
34}
35
36// Remove a timer queue from the reactor.
37template <typename TimeTraits, typename Allocator>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected