Function condvar-newpub
Source:fn(pub) condvar-new ( → Condvar )
Description
Construct a fresh Condvar backed by a shared Arc<std::sync::Condvar>. Cloning the returned handle shares the same underlying condvar — compatible with the "shared across spawn boundaries" locality rule.