Colt 1.0.2

Uses of Class
edu.oswego.cs.dl.util.concurrent.TimeoutException

Packages that use TimeoutException
edu.oswego.cs.dl.util.concurrent Standardized, efficient utility classes commonly encountered in concurrent programming. 
 

Uses of TimeoutException in edu.oswego.cs.dl.util.concurrent
 

Methods in edu.oswego.cs.dl.util.concurrent that throw TimeoutException
 Object Rendezvous.attemptRendezvous(Object x, long msecs)
          Wait msecs to complete a rendezvous.
 int CyclicBarrier.attemptBarrier(long msecs)
          Enter barrier and wait at most msecs for the other parties()-1 threads.
 Object FutureResult.timedGet(long msecs)
          Wait at most msecs to access the reference.
 


Colt 1.0.2

Submit a bug or feature. Check the Colt home page for the latest news.