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

Method get_executor

3rd/asio-1.24.0/include/asio/ssl/stream.hpp:191–194  ·  view source on GitHub ↗

Get the executor associated with the object. * This function may be used to obtain the executor object that the stream * uses to dispatch handlers for asynchronous operations. * * @return A copy of the executor that stream will use to dispatch handlers. */

Source from the content-addressed store, hash-verified

189 * @return A copy of the executor that stream will use to dispatch handlers.
190 */
191 executor_type get_executor() ASIO_NOEXCEPT
192 {
193 return next_layer_.lowest_layer().get_executor();
194 }
195
196 /// Get the underlying implementation in the native type.
197 /**

Callers 6

streamMethod · 0.45
get_executorMethod · 0.45
get_executorMethod · 0.45
get_executorMethod · 0.45
get_executorMethod · 0.45
get_executorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected