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

Class CRCPP_API

include/concurrencpp/timers/timer_queue.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23namespace concurrencpp {
24 class CRCPP_API timer_queue : public std::enable_shared_from_this<timer_queue> {
25
26 public:
27 using timer_ptr = std::shared_ptr<details::timer_state_base>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected