Struct async_ach_mpmc::Mpmc
source · [−]Implementations
Methods from Deref<Target = Ring<T, N, MP, MC>>
Appends an element to the back of the Ring.
Returns Err if the Ring is full or in critical section.
Appends an element to the back of the Ring.
Removes the first element and returns it.
Returns Err if the Ring is empty or in critical section.