| 10 | |
| 11 | namespace 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; |
nothing calls this directly
no outgoing calls
no test coverage detected