Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tracktion/choc
/ ~Pimpl
Method
~Pimpl
choc/gui/choc_MessageLoop.h:195–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
~Pimpl()
196
{
197
if (sharedState->isInCallback)
198
sharedState->isRunning = false;
199
else if (sharedState->isRunning)
200
g_source_remove (handle);
201
}
202
203
static gboolean staticCallback (gpointer context)
204
{
Callers
nothing calls this directly
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected