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

Function on_work_started

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

Inform the strand that it has some outstanding work to do. * The strand delegates this call to its underlying executor. */

Source from the content-addressed store, hash-verified

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 /**

Callers

nothing calls this directly

Calls 1

on_work_startedMethod · 0.45

Tested by

no test coverage detected