Expand description
A Barrier that provides wait_timeout.
This implementation mirrors that of the Rust standard library.
Structsยง
- Barrier ๐
- A barrier enables multiple threads to synchronize the beginning of some computation.
- Barrier
State ๐ - Barrier
Wait ๐Result - A
BarrierWaitResultis returned byBarrier::wait()when all threads in theBarrierhave rendezvoused.