internal

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TaskFn

type TaskFn func(args ...interface{}) *TaskFnDef

type TaskFnDef

type TaskFnDef struct {
	Fn   interface{}
	Args []interface{}
	Efn  func(err error)
}

func NewTaskFn

func NewTaskFn(fn interface{}, args []interface{}, efn func(err error)) *TaskFnDef

type WaitGroup

type WaitGroup struct {
	// contains filtered or unexported fields
}

func NewWaitGroup

func NewWaitGroup(wg *sync.WaitGroup, done chan bool) *WaitGroup

func (*WaitGroup) Add

func (t *WaitGroup) Add()

func (*WaitGroup) Done

func (t *WaitGroup) Done()

func (*WaitGroup) Len

func (t *WaitGroup) Len() int

func (*WaitGroup) Wait

func (t *WaitGroup) Wait()

Jump to

Keyboard shortcuts

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