Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aui-framework/aui
/ aboutToDelete
Method
aboutToDelete
aui.core/src/AUI/Thread/AThreadPool.cpp:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void AThreadPool::Worker::aboutToDelete() { mEnabled = false; }
84
85
void AThreadPool::run(const std::function<void()>& fun, Priority priority) {
86
std::unique_lock lck(mQueueLock);
Callers
2
~AThreadPool
Method · 0.80
setWorkersCount
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected