Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ execute
Method
execute
jnode-core/src/jnode/main/threads/ThreadPool.java:42–46 ·
view source on GitHub ↗
(Runnable r)
Source
from the content-addressed store, hash-verified
40
}
41
42
public
static
void
execute(Runnable r) {
43
if
(self != null) {
44
self.executor.execute(r);
45
}
46
}
47
48
public
static
boolean isBusy() {
49
if
(self != null) {
Callers
6
run
Method · 0.95
run
Method · 0.95
run
Method · 0.95
run
Method · 0.95
run
Method · 0.95
main
Method · 0.95
Calls
1
execute
Method · 0.65
Tested by
no test coverage detected