MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / get_executor

Function get_executor

include/concurrencpp/timers/timer.h:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 std::shared_ptr<executor> get_executor() const noexcept {
66 return m_executor;
67 }
68
69 std::weak_ptr<timer_queue> get_timer_queue() const noexcept {
70 return m_timer_queue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected