Struct tokio::sync::BarrierWaitResult [−][src]
pub struct BarrierWaitResult(_);
Expand description
A BarrierWaitResult
is returned by wait
when all tasks in the Barrier
have rendezvoused.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BarrierWaitResult
impl Send for BarrierWaitResult
impl Sync for BarrierWaitResult
impl Unpin for BarrierWaitResult
impl UnwindSafe for BarrierWaitResult
Blanket Implementations
Mutably borrows from an owned value. Read more