| 136 | } |
| 137 | |
| 138 | net::execution::blocking_t |
| 139 | query( |
| 140 | net::execution::blocking_t) const noexcept |
| 141 | { |
| 142 | return blocking_; |
| 143 | } |
| 144 | |
| 145 | net::execution::outstanding_work_t |
| 146 | query( |
nothing calls this directly
no outgoing calls
no test coverage detected