Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
void 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
28
void JobManager::processJobs()
29
{
Callers
1
setupKeyBindings
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected