MCPcopy Create free account
hub / github.com/SpartanJ/eepp / runOnMainThread

Method runOnMainThread

src/eepp/scene/node.cpp:1630–1635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1628}
1629
1630void Node::runOnMainThread( Actions::Runnable::RunnableFunc runnable, const Time& delay,
1631 const Action::UniqueID& uniqueIdentifier ) {
1632 Action* action = Actions::Runnable::New( std::move( runnable ), delay );
1633 action->setTag( uniqueIdentifier );
1634 runAction( action );
1635}
1636
1637bool Node::ensureMainThread( Actions::Runnable::RunnableFunc runnable,
1638 const Action::UniqueID& uniqueIdentifier ) {

Callers 15

insertBufferMethod · 0.80
updateRunButtonMethod · 0.80
updateFilesTableMethod · 0.80
updateLocateBarMethod · 0.80
updateWorkspaceSymbolMethod · 0.80
updateDocumentSymbolMethod · 0.80
createLanguagesMenuMethod · 0.80
setAppTitleMethod · 0.80
openFontDialogMethod · 0.80
initPluginManagerMethod · 0.80
loadFileDelayedMethod · 0.80

Calls 2

setTagMethod · 0.80
NewFunction · 0.50

Tested by 3

createMethod · 0.64
checkWidgetPickMethod · 0.64
UTESTFunction · 0.64