Crate concurrent_slice

Source
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§

ConcurrentSlice
The trait adds methods for concurrent processing on any type that can be borrowed as a slice.