| 330 | */ |
| 331 | template <typename Function> |
| 332 | void execute(ASIO_MOVE_ARG(Function) f) const |
| 333 | { |
| 334 | this->do_execute(ASIO_MOVE_CAST(Function)(f), Blocking()); |
| 335 | } |
| 336 | |
| 337 | #if !defined(ASIO_NO_TS_EXECUTORS) |
| 338 | public: |
nothing calls this directly
no test coverage detected