Function simple_triple_buffer::new_clone[][src]

pub fn new_clone<T: Clone>(init: T) -> (Writer<T>, Reader<T>)

Create a new buffer pair that creates additional buffer instances by cloning a previous state.

The number of copies of T will reach a steady state around 2-4.