Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ threadPoolTaskEnqueue
Method
threadPoolTaskEnqueue
framework/framework.cpp:1129–1129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1127
}
1128
1129
void Framework::threadPoolTaskEnqueue(std::function<void()> task) { p->threadPool->enqueue(task); }
1130
1131
void *Framework::getWindowHandle() const { return static_cast<void *>(p->window); }
1132
Callers
2
threadPoolEnqueue
Method · 0.95
processEvents
Method · 0.95
Calls
1
enqueue
Method · 0.80
Tested by
no test coverage detected