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

Function handler_work_base

include/asio/detail/handler_work.hpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238 template <typename OtherExecutor>
239 handler_work_base(const Executor& ex,
240 const OtherExecutor&) ASIO_NOEXCEPT
241 : executor_(ex)
242 {
243 executor_.on_work_started();
244 }
245
246 handler_work_base(const handler_work_base& other) ASIO_NOEXCEPT
247 : executor_(other.executor_)

Callers

nothing calls this directly

Calls 1

on_work_startedMethod · 0.45

Tested by

no test coverage detected