MCPcopy Create free account
hub / github.com/Beerkay/JavaMultiThreading / App

Class App

JavaMultiThreadingCodes/src/CallableAndFuture_13/App.java:33–72  ·  view source on GitHub ↗

java.util.concurrent.Callable and java.util.concurrent.Future in Java to get results from your threads and to allow your threads to throw exceptions. Plus, Future allows you to control your threads, checking to see if they’re running or not, waiting for results and even interrupting

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected