orderedtasks

package
v3.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

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) Go

func (o *OrderedCancelGroup) Go(ctx context.Context, userID, debugName string, f func(ctx context.Context))

func (*OrderedCancelGroup) Wait

func (o *OrderedCancelGroup) Wait()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL