MCPcopy Create free account
hub / github.com/cinder/Cinder / get_executor

Method get_executor

include/asio/basic_socket_acceptor.hpp:2433–2436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2431 }
2432
2433 executor_type get_executor() const ASIO_NOEXCEPT
2434 {
2435 return self_->get_executor();
2436 }
2437
2438 template <typename AcceptHandler, typename Protocol1, typename Executor1>
2439 void operator()(ASIO_MOVE_ARG(AcceptHandler) handler,

Callers

nothing calls this directly

Calls 1

get_executorMethod · 0.45

Tested by

no test coverage detected