Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cond ¶
type Cond struct {
// contains filtered or unexported fields
}
A Cond is a condition variable that implements a context-aware Wait.
func (*Cond) Broadcast ¶
func (c *Cond) Broadcast()
Broadcast notifies waiters of a state change. Broadcast must only be called while the cond's lock is held.
Click to show internal directories.
Click to hide internal directories.