| 34 | |
| 35 | template <typename TimeTraits, typename Allocator> |
| 36 | void io_uring_service::add_timer_queue( |
| 37 | timer_queue<TimeTraits, Allocator>& queue) |
| 38 | { |
| 39 | do_add_timer_queue(queue); |
| 40 | } |
| 41 | |
| 42 | template <typename TimeTraits, typename Allocator> |
| 43 | void io_uring_service::remove_timer_queue( |
nothing calls this directly
no outgoing calls
no test coverage detected