internal

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stat added in v0.0.10

type Stat struct {
	QL        int     `json:"q_l,omitempty"`
	CurDur    float64 `json:"cur_dur,omitempty"`
	MaxQ      int     `json:"max_q,omitempty"`
	MaxDur    float64 `json:"max_dur,omitempty"`
	ErrCount  int     `json:"err_count,omitempty"`
	TaskCount int     `json:"task_count,omitempty"`
}

type TaskFnDef

type TaskFnDef struct {
	Fn           reflect.Value
	VariadicType reflect.Value
	IsVariadic   bool
}

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