Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderedCancelGroup ¶
type OrderedCancelGroup struct {
// contains filtered or unexported fields
}
OrderedCancelGroup cancels go routines in reverse order that they are launched and waits for completion before advancing to the next one.
func NewOrderedCancelGroup ¶
func NewOrderedCancelGroup(handler async.PanicHandler) *OrderedCancelGroup
func (*OrderedCancelGroup) Cancel ¶
func (o *OrderedCancelGroup) Cancel()
func (*OrderedCancelGroup) CancelAndWait ¶
func (o *OrderedCancelGroup) CancelAndWait()
func (*OrderedCancelGroup) Wait ¶
func (o *OrderedCancelGroup) Wait()
Click to show internal directories.
Click to hide internal directories.