Function cycler::build_single_reader[][src]

pub fn build_single_reader<T>(
    initial_values: [T; 3]
) -> (DefaultCyclerWriter<T>, DefaultCyclerReader<T>)

Creates a single reader DefaultCycler using initial_values as the initial values for the slots.