[][src]Module zenoh_util::sync::condition

Structs

Condition

This is a Condition Variable similar to that provided by POSIX. As for POSIX condition variables, this assumes that a mutex is properly used to coordinate behaviour. In other terms there should not be race condition on notify.