Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/traneio/future
/ run
Method
run
future-java/src/main/java/io/trane/future/FuturePool.java:88–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
@Override
89
public
final
void
run() {
90
try {
91
setValue(s.get());
92
} catch (
final
Throwable error) {
93
NonFatalException.verify(error);
94
setException(error);
95
}
96
}
97
}
Callers
nothing calls this directly
Calls
4
verify
Method · 0.95
setException
Method · 0.80
get
Method · 0.65
setValue
Method · 0.45
Tested by
no test coverage detected