Skip to main content

shared

Function shared 

Source
pub fn shared<T>(value: T) -> Shared<T>
Expand description

Wraps value in the standard shared lock handle.