new_clone

Function new_clone 

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

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.