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