Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tracktion/choc
/ TimerList
Method
TimerList
choc/javascript/choc_javascript_Timer.h:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
struct TimerList
71
{
72
TimerList (Context& c) : context (c) {}
73
74
Context& context;
75
std::unordered_map<int64_t, choc::messageloop::Timer> activeTimers;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected