MCPcopy 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

verifyMethod · 0.95
setExceptionMethod · 0.80
getMethod · 0.65
setValueMethod · 0.45

Tested by

no test coverage detected