Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ dispatchAsync
Method
dispatchAsync
src/cinder/app/AppBase.cpp:313–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
void AppBase::dispatchAsync( const std::function<void()> &fn )
314
{
315
io_context().post( fn );
316
}
317
318
Surface AppBase::copyWindowSurface()
319
{
Callers
3
setup
Method · 0.80
setupBufferPlayerNode
Method · 0.80
openFile
Method · 0.80
Calls
2
io_context
Class · 0.50
post
Method · 0.45
Tested by
2
setupBufferPlayerNode
Method · 0.64
openFile
Method · 0.64