Inform the executor that it has some outstanding work to do.
| 136 | |
| 137 | /// Inform the executor that it has some outstanding work to do. |
| 138 | void on_work_started() const ASIO_NOEXCEPT |
| 139 | { |
| 140 | get_impl()->on_work_started(); |
| 141 | } |
| 142 | |
| 143 | /// Inform the executor that some work is no longer outstanding. |
| 144 | void on_work_finished() const ASIO_NOEXCEPT |
nothing calls this directly
no test coverage detected