Expand description
Module containing sync and async iterators.
Modules§
- async_
iterators async - Async iterators.
Structs§
- Async
Cons Iter async - Async version of
ConsIter. - Async
Detached async - Async version of
Detached. - Async
Prod Iter async - Async version of
ProdIter. - Async
Work Iter async - Async version of
WorkIter. - Cons
Iter - Iterator used to pop data from the buffer.
- Detached
- Detached iterator: does not update the atomic index when advancing.
- Prod
Iter - Iterator used to push data into the buffer.
- Work
Iter - Iterator used to mutate elements in-place.
Traits§
- MRBIterator
- Trait implemented by iterators.
Type Aliases§
- Mutable
Slice - Mutable slice returned by slice-specialised functions.
- NonMutable
Slice - Non-mutable slice returned by slice-specialised functions.