Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ a
Method
a
src/main/java/com/volmit/adapt/util/J.java:53–55 ·
view source on GitHub ↗
(Runnable a)
Source
from the content-addressed store, hash-verified
51
}
52
53
public
static
void
a(Runnable a) {
54
MultiBurst.burst.lazy(a);
55
}
56
57
public
static
<T> Future<T> a(Callable<T> a) {
58
return
MultiBurst.burst.getService().submit(a);
Callers
15
execute
Method · 0.95
on
Method · 0.95
SimpleSkill
Method · 0.95
registerConfiguration
Method · 0.95
SimpleAdaptation
Method · 0.95
registerConfiguration
Method · 0.95
on
Method · 0.95
scheduleSeeWorld
Method · 0.95
on
Method · 0.95
addFoundation
Method · 0.95
onTick
Method · 0.95
on
Method · 0.95
Calls
1
lazy
Method · 0.80
Tested by
no test coverage detected