Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Col-E/Recaf
/ threadCount
Method
threadCount
src/main/java/me/coley/recaf/util/ThreadUtil.java:185–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
}
184
185
private
static
int
threadCount() {
186
return
Runtime.getRuntime().availableProcessors();
187
}
188
}
Callers
1
ThreadUtil
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected