MCPcopy Create free account
hub / github.com/boostorg/asio / handler_work

Method handler_work

include/boost/asio/detail/handler_work.hpp:419–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417 IoExecutor> base2_type;
418
419 handler_work(Handler& handler, const IoExecutor& io_ex) noexcept
420 : base1_type(0, 0, io_ex),
421 base2_type(base1_type::owns_work(),
422 boost::asio::get_associated_executor(handler, io_ex), io_ex)
423 {
424 }
425
426 template <typename Function>
427 void complete(Function& function, Handler& handler)

Callers

nothing calls this directly

Calls 2

owns_workFunction · 0.85
get_associated_executorFunction · 0.85

Tested by

no test coverage detected