Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ timer
Function
timer
include/concurrencpp/timers/timer.h:127–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
timer(std::shared_ptr<details::timer_state_base> timer_impl) noexcept;
126
127
timer(timer&& rhs) noexcept = default;
128
timer& operator=(timer&& rhs) noexcept;
129
130
timer(const timer&) = delete;
Callers
1
timer.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected