| 168 | } |
| 169 | |
| 170 | test_executor prefer(net::execution::outstanding_work_t::untracked_t w) const |
| 171 | { |
| 172 | test_executor new_ex(*this); |
| 173 | new_ex.ex_ = net::prefer(ex_, w); |
| 174 | return new_ex; |
| 175 | } |
| 176 | |
| 177 | test_executor prefer(net::execution::outstanding_work_t::tracked_t w) const |
| 178 | { |
nothing calls this directly
no outgoing calls
no test coverage detected