Module sequence

Source

Modules§

event
note

Structs§

ThreadBufferIter
TimeCaster

Traits§

MergableStreams

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 into Result<T, ()>