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
}
func (*Cond) NewSubscriber ¶
func (c *Cond) NewSubscriber() *Subscriber
type Subscriber ¶
type Subscriber struct {
C <-chan struct{}
// contains filtered or unexported fields
}
func (*Subscriber) Close ¶
func (s *Subscriber) Close() error
Click to show internal directories.
Click to hide internal directories.