Documentation ¶
Index ¶
- type Cond
- func (c *Cond) Broadcast()
- func (c *Cond) BroadcastDo(do func() error)
- func (c *Cond) Signal()
- func (c *Cond) SignalDo(do func() error)
- func (c *Cond) WaitForDo(timeout time.Duration, pred func() bool, do func() error) error
- func (c *Cond) WaitUntilDo(timeout time.Duration, pred func() bool, do func() error) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.