MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / queueJob

Method queueJob

src/engine/JobManager.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void JobManager::queueJob(JobType<void> job)
23{
24 std::lock_guard<std::recursive_mutex> guard(m_JobQueueMutex);
25 m_JobQueue.push_back(std::move(job));
26}
27
28void JobManager::processJobs()
29{

Callers 1

setupKeyBindingsMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected