| 54 | } |
| 55 | |
| 56 | static constexpr asio::execution::blocking_t |
| 57 | query(asio::execution::blocking_t) noexcept |
| 58 | { |
| 59 | return asio::execution::blocking.never; |
| 60 | } |
| 61 | |
| 62 | // this function takes the function F and runs it on the event loop. |
| 63 | template<class F> |
nothing calls this directly
no outgoing calls
no test coverage detected