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

Method any_executor_base

include/asio/execution/any_executor.hpp:487–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485{
486public:
487 any_executor_base() ASIO_NOEXCEPT
488 : object_fns_(object_fns_table<void>()),
489 target_(0),
490 target_fns_(target_fns_table<void>())
491 {
492 }
493
494 template <ASIO_EXECUTION_EXECUTOR Executor>
495 any_executor_base(Executor ex, false_type)

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected