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

Method get_executor

include/asio/basic_socket_acceptor.hpp:2401–2404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2399 }
2400
2401 executor_type get_executor() const ASIO_NOEXCEPT
2402 {
2403 return self_->get_executor();
2404 }
2405
2406 template <typename WaitHandler>
2407 void operator()(ASIO_MOVE_ARG(WaitHandler) handler, wait_type w) const

Callers 9

get_executorFunction · 0.45
acceptFunction · 0.45
async_acceptFunction · 0.45
operator()Method · 0.45
get_executorMethod · 0.45
operator()Method · 0.45
get_executorMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected