Expand description
The crate extends slice-type types with methods for concurrent processing.
Structs§
- Chunk
- A mutable sub-slice reference-counted reference to a slice-like data.
- Chunks
- An iterator that yields chunks.
- Guard
- The guard is used to recover the owning data from Chunks.
- Iter
- The iterator returned from owning_iter().
- Windows
- The iterator returned from owning_windows().
Traits§
- Concurrent
Slice - The trait adds methods for concurrent processing on any type that can be borrowed as a slice.