MCPcopy Create free account
hub / github.com/cinder/Cinder / get_executor

Method get_executor

include/asio/impl/spawn.hpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 typedef typename associated_executor<Handler>::type executor_type;
374
375 executor_type get_executor() const ASIO_NOEXCEPT
376 {
377 return (get_associated_executor)(data_->handler_);
378 }
379
380 void operator()()
381 {

Callers 1

spawn.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected