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

Method get_executor

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

Source from the content-addressed store, hash-verified

50#endif // !defined(GENERATING_DOCUMENTATION)
51
52inline io_context::executor_type
53io_context::get_executor() ASIO_NOEXCEPT
54{
55 return executor_type(*this);
56}
57
58#if defined(ASIO_HAS_CHRONO)
59

Callers 15

getMethod · 0.45
get_associated_executorFunction · 0.45
on_work_startedMethod · 0.45
on_work_finishedMethod · 0.45
make_strandFunction · 0.45
get_executorFunction · 0.45
executor_binderFunction · 0.45
initiateMethod · 0.45
getMethod · 0.45
connectMethod · 0.45
io_object_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected