pub fn grouped_multithreaded_merge_event_arrays<D: 'static + MIDINum, E: 'static + MIDIDelta<D> + Send, Err: 'static + Send, I: 'static + Iterator<Item = Result<E, Err>> + Sized + Send>(
array: Vec<I>,
) -> impl Iterator<Item = Result<E, Err>>
Expand description
Group tracks into separate threads and merge them together