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

Class CRCPP_API

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

Source from the content-addressed store, hash-verified

10
11namespace concurrencpp::details {
12 class CRCPP_API timer_state_base : public std::enable_shared_from_this<timer_state_base> {
13
14 public:
15 using clock_type = std::chrono::high_resolution_clock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected