Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tracktion/choc
/ remove
Method
remove
choc/gui/choc_MessageLoop.h:354–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
void remove (Pimpl* p)
355
{
356
std::scoped_lock l (lock);
357
timers.erase (p);
358
}
359
};
360
361
static TimerList& getList()
Callers
1
~Pimpl
Method · 0.80
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected