Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloseHandler ¶
type CloseHandler struct {
Quit chan struct{}
// contains filtered or unexported fields
}
func (*CloseHandler) Done ¶
func (ch *CloseHandler) Done()
func (*CloseHandler) Halt ¶
func (ch *CloseHandler) Halt(err error)
type Waiter ¶
func (*Waiter) AddCloseHandler ¶
func (w *Waiter) AddCloseHandler(f func(), waitForChannel bool) *CloseHandler
Click to show internal directories.
Click to hide internal directories.