Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ sync
Method
sync
src/main/java/com/volmit/adapt/util/MultiBurst.java:53–57 ·
view source on GitHub ↗
(Runnable... r)
Source
from the content-addressed store, hash-verified
51
}
52
53
public
void
sync(Runnable... r) {
54
for
(Runnable i : r) {
55
i.run();
56
}
57
}
58
59
public
BurstExecutor burst(
int
estimate) {
60
return
new
BurstExecutor(service, estimate);
Callers
nothing calls this directly
Calls
1
run
Method · 0.65
Tested by
no test coverage detected