Documentation ¶
Overview ¶
Package signal contains helpers for common signalling operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Always <-chan struct{}
Always is a signal channel that never blocks when read from.
DelayForever never sends a tick.
View Source
var Never <-chan struct{} = New()
Never is a signal channel that always blocks when read from.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.