atomic

Function atomic 

Source
pub fn atomic<T>(t: T) -> Atomic<T>
Expand description

Wraps a live collection to be treated atomically during slicing.