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

Function get_executor

include/boost/asio/bind_executor.hpp:376–379  ·  view source on GitHub ↗

Obtain the associated executor.

Source from the content-addressed store, hash-verified

374
375 /// Obtain the associated executor.
376 executor_type get_executor() const noexcept
377 {
378 return this->executor_;
379 }
380
381 /// Forwarding function call operator.
382 template <typename... Args>

Callers 11

co_composed.hppFile · 0.70
async_read_someMethod · 0.50
async_read_some_atMethod · 0.50
async_write_someMethod · 0.50
async_write_some_atMethod · 0.50
async_read_someMethod · 0.50
postMethod · 0.50
immediateMethod · 0.50
postMethod · 0.50
immediateMethod · 0.50
operator()Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected