Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ timer
Method
timer
source/timers/timer.cpp:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
timer::timer(std::shared_ptr<timer_state_base> timer_impl) noexcept : m_state(std::move(timer_impl)) {}
36
37
timer::~timer() noexcept {
38
cancel();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected