Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.ematgine.utils.concurrent.Barrier

Uses of Barrier in org.ematgine.utils.concurrent
 

Classes in org.ematgine.utils.concurrent that implement Barrier
 class CyclicBarrier
          A cyclic barrier is a reasonable choice for a barrier in contexts involving a fixed sized group of threads that must occasionally wait for each other.
 class Rendezvous
          A rendezvous is a barrier that: Unlike a CyclicBarrier, is not restricted to use with fixed-sized groups of threads.