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

Function create_implementation

3rd/asio-1.24.0/include/asio/strand.hpp:392–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390
391 template <typename InnerExecutor>
392 static implementation_type create_implementation(const InnerExecutor& ex,
393 typename constraint<
394 can_query<InnerExecutor, execution::context_t>::value
395 >::type = 0)
396 {
397 return use_service<detail::strand_executor_service>(
398 asio::query(ex, execution::context)).create_implementation();
399 }
400
401 template <typename InnerExecutor>
402 static implementation_type create_implementation(const InnerExecutor& ex,

Callers 1

strandMethod · 0.85

Calls 2

queryFunction · 0.85
contextMethod · 0.45

Tested by

no test coverage detected