Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getWorkerThreads
Method
getWorkerThreads
ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:224–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
}
223
224
public
int
getWorkerThreads() {
225
return
workerThreads;
226
}
227
228
public
void
setWorkerThreads(
int
value) {
229
workerThreads = value;
Callers
1
tryInitThreadPool
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected