MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / WizQueuedThreadAddAction

Function WizQueuedThreadAddAction

src/share/WizThreads.cpp:668–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668void WizQueuedThreadAddAction(int threadID, IWizRunable* action)
669{
670 IWizThreadPool* thread = CWizQueuedThreads::getThreadPool(threadID);
671 //
672 thread->addTask(action);
673}
674
675void WizQueuedThreadAddAction(int threadID, IWizRunable* action, int milliseconds, int nTimeoutThreadId, IWizRunable* timeoutAction)
676{

Callers 1

WizExecuteOnThreadFunction · 0.85

Calls 1

addTaskMethod · 0.45

Tested by

no test coverage detected