Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tracktion/choc
/ Timer
Method
Timer
choc/gui/choc_MessageLoop.h:81–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
struct Timer
80
{
81
Timer() = default;
82
Timer (const Timer&) = delete;
83
Timer (Timer&&) = default;
84
Timer& operator= (Timer&&) = default;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected