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

Method add_timer_queue

include/boost/asio/detail/impl/io_uring_service.hpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35template <typename TimeTraits, typename Allocator>
36void io_uring_service::add_timer_queue(
37 timer_queue<TimeTraits, Allocator>& queue)
38{
39 do_add_timer_queue(queue);
40}
41
42template <typename TimeTraits, typename Allocator>
43void io_uring_service::remove_timer_queue(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected