|
|||||||||
| Home >> All >> org >> ematgine >> utils >> [ concurrent overview ] | PREV NEXT | ||||||||
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. |
|
|||||||||
| Home >> All >> org >> ematgine >> utils >> [ concurrent overview ] | PREV NEXT | ||||||||