[][src]Struct loom::sync::Barrier

pub struct Barrier {}

std::sync::Barrier is not supported yet in Loom. This stub is provided just to make the code to compile.

Methods

impl Barrier[src]

pub fn new(_n: usize) -> Self[src]

std::sync::Barrier is not supported yet in Loom. This stub is provided just to make the code to compile.

pub fn wait(&self) -> BarrierWaitResult[src]

std::sync::Barrier is not supported yet in Loom. This stub is provided just to make the code to compile.

Trait Implementations

impl Debug for Barrier[src]

Auto Trait Implementations

impl RefUnwindSafe for Barrier

impl Send for Barrier

impl Sync for Barrier

impl Unpin for Barrier

impl UnwindSafe for Barrier

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.