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

Function get_executor

include/asio/basic_socket_acceptor.hpp:446–449  ·  view source on GitHub ↗

Get the executor associated with the object.

Source from the content-addressed store, hash-verified

444
445 /// Get the executor associated with the object.
446 executor_type get_executor() ASIO_NOEXCEPT
447 {
448 return impl_.get_executor();
449 }
450
451 /// Open the acceptor using the specified protocol.
452 /**

Callers

nothing calls this directly

Calls 1

get_executorMethod · 0.45

Tested by

no test coverage detected