| 173 | } |
| 174 | |
| 175 | either_blocking_executor require(execution::blocking_t::possibly_t) const |
| 176 | { |
| 177 | return either_blocking_executor(execution::blocking.possibly); |
| 178 | } |
| 179 | |
| 180 | either_blocking_executor require(execution::blocking_t::never_t) const |
| 181 | { |
nothing calls this directly
no test coverage detected