Versions in this module Expand all Collapse all v1 v1.24.4 Aug 19, 2016 Changes in this version + type CancelSignal struct + func NewCloseSignal() *CancelSignal + func (this *CancelSignal) Cancel() + func (this *CancelSignal) Done() + func (this *CancelSignal) WaitForCancel() <-chan struct{} + func (this *CancelSignal) WaitForDone() <-chan struct{} + type Once struct + func (o *Once) Do(f func()) + func (o *Once) Reset() Incompatible versions in this module v3.50.2+incompatible Oct 29, 2018