[][src]Function sendify::wrap

pub fn wrap<T>(val: &T) -> Sendify<T>

Wraps an immutable reference to make it Send + Sync.