| 7412 | } |
| 7413 | |
| 7414 | void stop() noexcept { should_stop_.store(true, std::memory_order_seq_cst); } |
| 7415 | |
| 7416 | void operator()() noexcept { |
| 7417 | // Submit the initial receive operation |
nothing calls this directly
no outgoing calls
no test coverage detected