MCPcopy 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
313void AppBase::dispatchAsync( const std::function<void()> &fn )
314{
315 io_context().post( fn );
316}
317
318Surface AppBase::copyWindowSurface()
319{

Callers 3

setupMethod · 0.80
setupBufferPlayerNodeMethod · 0.80
openFileMethod · 0.80

Calls 2

io_contextClass · 0.50
postMethod · 0.45

Tested by 2

setupBufferPlayerNodeMethod · 0.64
openFileMethod · 0.64