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

Method on_work_started

include/asio/impl/io_context.hpp:327–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326template <typename Allocator, unsigned int Bits>
327inline void io_context::basic_executor_type<Allocator,
328 Bits>::on_work_started() const ASIO_NOEXCEPT
329{
330 io_context_->impl_.work_started();
331}
332
333template <typename Allocator, unsigned int Bits>
334inline void io_context::basic_executor_type<Allocator,

Callers 5

on_work_startedFunction · 0.45
executor_work_guardMethod · 0.45
handler_work_baseMethod · 0.45
handler_work.hppFile · 0.45
handler_work_baseFunction · 0.45

Calls 1

work_startedMethod · 0.45

Tested by

no test coverage detected