Inform the strand that it has some outstanding work to do. * The strand delegates this call to its underlying executor. */
| 246 | * The strand delegates this call to its underlying executor. |
| 247 | */ |
| 248 | void on_work_started() const ASIO_NOEXCEPT |
| 249 | { |
| 250 | executor_.on_work_started(); |
| 251 | } |
| 252 | |
| 253 | /// Inform the strand that some work is no longer outstanding. |
| 254 | /** |
nothing calls this directly
no test coverage detected