zenoh_sync

Module condition

Source

Structs§

  • 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_one or notify_all.

Type Aliases§