MCPcopy Create free account
hub / github.com/boostorg/asio / create_implementation

Function create_implementation

include/boost/asio/strand.hpp:376–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375 template <typename InnerExecutor>
376 static implementation_type create_implementation(const InnerExecutor& ex,
377 constraint_t<
378 can_query<InnerExecutor, execution::context_t>::value
379 > = 0)
380 {
381 return use_service<detail::strand_executor_service>(
382 boost::asio::query(ex, execution::context)).create_implementation();
383 }
384
385 template <typename InnerExecutor>
386 static implementation_type create_implementation(const InnerExecutor& ex,

Callers 1

strandFunction · 0.85

Calls 2

queryFunction · 0.70
contextMethod · 0.45

Tested by

no test coverage detected