Struct std::sync::BarrierWaitResult
[−]
[src]
pub struct BarrierWaitResult(_);
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.