Inform the strand that some work is no longer outstanding. * The strand delegates this call to its underlying executor. */
| 255 | * The strand delegates this call to its underlying executor. |
| 256 | */ |
| 257 | void on_work_finished() const ASIO_NOEXCEPT |
| 258 | { |
| 259 | executor_.on_work_finished(); |
| 260 | } |
| 261 | #endif // !defined(ASIO_NO_TS_EXECUTORS) |
| 262 | |
| 263 | /// Request the strand to invoke the given function object. |
nothing calls this directly
no test coverage detected