Modules§
Structs§
Traits§
Functions§
- channels_
into_ threadpool - events_
to_ notes - Takes an event iterator and converts it to a note iterator. Effectively extracting the notes from an event sequence.
- grouped_
multithreaded_ merge - notes_
to_ events - Takes a note iterator and converts it to a note event iterator. Effectively flattening the notes into an event sequence.
- threaded_
buffer - to_vec
- Converts an iterator into a vector.
- to_
vec_ result - Converts a result iterator into a vector result.
- unwrap_
items - Unwraps each item
Result<T, E>
into T, panicking if an error is reached - wrap_ok
- Wraps each item
T
intoResult<T, ()>