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

Function get_executor

3rd/asio-1.24.0/include/asio/basic_file.hpp:346–349  ·  view source on GitHub ↗

Get the executor associated with the object.

Source from the content-addressed store, hash-verified

344
345 /// Get the executor associated with the object.
346 executor_type get_executor() ASIO_NOEXCEPT
347 {
348 return impl_.get_executor();
349 }
350
351 /// Open the file using the specified path.
352 /**

Callers

nothing calls this directly

Calls 1

get_executorMethod · 0.45

Tested by

no test coverage detected