Function cycler::atomic_cycler::build_single_reader[][src]

pub fn build_single_reader<T>(
    values: [T; 3]
) -> (AtomicCyclerWriter<T>, AtomicCyclerReader<T>)

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