|
Colt 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Barrier | |
edu.oswego.cs.dl.util.concurrent | Standardized, efficient utility classes commonly encountered in concurrent programming. |
Uses of Barrier in edu.oswego.cs.dl.util.concurrent |
Classes in edu.oswego.cs.dl.util.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. |
|
Colt 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |