Struct bitflags::__core::sync::BarrierWaitResult [] [src]

pub struct BarrierWaitResult(_);
1.0.0
[]

A result returned from wait.

Currently this opaque structure only has one method, .is_leader(). Only one thread will receive a result that will return true from this function.