Function rwlock-newpub
Source:fn(pub) rwlock-new ( val → (RwLock val) )
Description
Construct a RwLock wrapping an initial value. Scalar-only per the module-header simplification.
:fn(pub) rwlock-new ( val → (RwLock val) )
Construct a RwLock wrapping an initial value. Scalar-only per the module-header simplification.