MCPcopy Create free account
hub / github.com/cinder/Cinder / on_work_started

Method on_work_started

include/asio/executor.hpp:138–141  ·  view source on GitHub ↗

Inform the executor that it has some outstanding work to do.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

get_implFunction · 0.85

Tested by

no test coverage detected