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

Method on_work_started

3rd/asio-1.24.0/include/asio/impl/io_context.hpp:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330
331template <typename Allocator, uintptr_t Bits>
332inline void io_context::basic_executor_type<Allocator,
333 Bits>::on_work_started() const ASIO_NOEXCEPT
334{
335 context_ptr()->impl_.work_started();
336}
337
338template <typename Allocator, uintptr_t Bits>
339inline 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 2

context_ptrFunction · 0.85
work_startedMethod · 0.45

Tested by

no test coverage detected