MCPcopy 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
1129void Framework::threadPoolTaskEnqueue(std::function<void()> task) { p->threadPool->enqueue(task); }
1130
1131void *Framework::getWindowHandle() const { return static_cast<void *>(p->window); }
1132

Callers 2

threadPoolEnqueueMethod · 0.95
processEventsMethod · 0.95

Calls 1

enqueueMethod · 0.80

Tested by

no test coverage detected