MCPcopy Create free account
hub / github.com/boostorg/beast / get_executor

Function get_executor

include/boost/beast/core/basic_stream.hpp:533–537  ·  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 completion handlers without an assocaited executor. @return A copy of the executor that stream will use to dispatch handlers. */

Source from the content-addressed store, hash-verified

531 @return A copy of the executor that stream will use to dispatch handlers.
532 */
533 executor_type
534 get_executor() noexcept
535 {
536 return impl_->ex();
537 }
538
539 /** Connect the stream to the specified endpoint.
540

Callers

nothing calls this directly

Calls 1

exMethod · 0.80

Tested by

no test coverage detected