MCPcopy
hub / github.com/apache/groovy / get

Method get

src/main/java/groovy/concurrent/Awaitable.java:113–113  ·  view source on GitHub ↗

Blocks until the computation completes and returns the result. @return the computed result @throws InterruptedException if the calling thread is interrupted while waiting @throws ExecutionException if the computation completed exceptionally

()

Source from the content-addressed store, hash-verified

111 * @throws ExecutionException if the computation completed exceptionally
112 */
113 T get() throws InterruptedException, ExecutionException;
114
115 /**
116 * Blocks until the computation completes or the timeout expires.

Callers 15

nsieveMethod · 0.65
createFragmentMapMethod · 0.65
sumTwoMapsMethod · 0.65
writeCountMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
runMethod · 0.65
runMethod · 0.65
mainMethod · 0.65
doCallMethod · 0.65
testConstructionMethod · 0.65

Calls

no outgoing calls

Tested by 15

doCallMethod · 0.52
testConstructionMethod · 0.52
testSetMethodMethod · 0.52
testAddAtIndexMethod · 0.52
testAddAllAtIndexMethod · 0.52
testRemoveMethod · 0.52
testSetMethod · 0.52
testInvokeMethodMethod · 0.52
getMethod · 0.52
testGetMethod · 0.52
testSizeMethod · 0.52