# Packages
No description provided by the author
# Functions
NewTimeoutCond returns a new TimeoutCond with Locker l.
# Structs
ConditionVariable is an object able to block the calling thread until notified to resume.
Subject implements a condition variable like with channel, a rendezvous point for goroutines waiting for or announcing the occurrence of an event.
No description provided by the author