# Functions

NewCond creates a new [Cond] with a [sync.Locker].

# Structs

Cond is a conditional variable implementation that uses channels for notifications.