Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Enqueue
Method
Enqueue
Source/Engine/Threading/ThreadPool.cpp:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void ThreadPoolTask::Enqueue()
45
{
46
PROFILE_MEM(EngineThreading);
47
ThreadPoolImpl::Jobs.Add(this);
48
ThreadPoolImpl::JobsSignal.NotifyOne();
49
}
50
51
class ThreadPoolService : public EngineService
52
{
Callers
nothing calls this directly
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected