MCPcopy Create free account
hub / github.com/christophhart/HISE / isHiPriority

Method isHiPriority

hi_scripting/scripting/ScriptProcessor.cpp:2340–2341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2338{ return (bool)f; }
2339
2340bool JavascriptThreadPool::Task::isHiPriority() const noexcept
2341{ return type == Compilation || type == HiPriorityCallbackExecution; }
2342
2343const CriticalSection& JavascriptThreadPool::getLock() const noexcept
2344{ return scriptLock; }

Callers 1

executeQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected