pub type Barrier = Barrier;
Available on crate feature
barrier
only.Expand description
A primitive that synchronizes the execution of multiple threads. See barrier::Barrier
for documentation.
A note for advanced users: this alias exists to avoid subtle type inference errors due to the default relax strategy type parameter. If you need a non-default relax strategy, use the fully-qualified path.
Aliased Type§
struct Barrier { /* private fields */ }