Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Canceling = make(chan context.CancelFunc, 1)
)
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver interface {
Receive()
}
Receiver perform waiting and receiving of events
Click to show internal directories.
Click to hide internal directories.