MCPcopy 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
44void ThreadPoolTask::Enqueue()
45{
46 PROFILE_MEM(EngineThreading);
47 ThreadPoolImpl::Jobs.Add(this);
48 ThreadPoolImpl::JobsSignal.NotifyOne();
49}
50
51class ThreadPoolService : public EngineService
52{

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected