MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / on_work_finished

Function on_work_finished

3rd/asio-1.24.0/include/asio/strand.hpp:257–260  ·  view source on GitHub ↗

Inform the strand that some work is no longer outstanding. * The strand delegates this call to its underlying executor. */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

on_work_finishedMethod · 0.45

Tested by

no test coverage detected