public class ConcurrentCallable<V> extends Object implements Callable<V>
ConcurrentCallable(Callable<V> c, CountDownLatch cd)
ConcurrentCallable(Callable<V> c, CyclicBarrier cb)
V
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcurrentCallable(Callable<V> c, CyclicBarrier cb)
public ConcurrentCallable(Callable<V> c, CountDownLatch cd)
public V call() throws Exception
call
Callable<V>
Exception
Copyright © 2024. All rights reserved.