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

Function WizQueuedThreadsInit

src/share/WizThreads.cpp:661–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659};
660
661void WizQueuedThreadsInit()
662{
663 CWizQueuedThreads::getThreadPool(WIZ_THREAD_MAIN);
664 CWizQueuedThreads::getThreadPool(WIZ_THREAD_DOWNLOAD_RESOURCES, 5);
665 CWizQueuedThreads::getThreadPool(WIZ_THREAD_NETWORK, 2);
666}
667
668void WizQueuedThreadAddAction(int threadID, IWizRunable* action)
669{

Callers 1

mainCoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected