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

Method on_work_finished

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

Source from the content-addressed store, hash-verified

337
338template <typename Allocator, uintptr_t Bits>
339inline void io_context::basic_executor_type<Allocator,
340 Bits>::on_work_finished() const ASIO_NOEXCEPT
341{
342 context_ptr()->impl_.work_finished();
343}
344
345template <typename Allocator, uintptr_t Bits>
346template <typename Function, typename OtherAllocator>

Calls 2

context_ptrFunction · 0.85
work_finishedMethod · 0.45

Tested by

no test coverage detected