MCPcopy Create free account
hub / github.com/alibaba/async_simple / get_executor

Method get_executor

demo_example/asio/asio/impl/spawn.hpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 typedef typename associated_executor<Handler>::type executor_type;
364
365 executor_type get_executor() const ASIO_NOEXCEPT
366 {
367 return (get_associated_executor)(data_->handler_);
368 }
369
370 void operator()()
371 {

Callers 1

spawnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected