Skip to content

package concurrent

import "kaiju/concurrent"

Types

WorkGroup

struct

type WorkGroup struct {
    // Has unexported fields.
}

WorkGroup.Add

func (w *WorkGroup) Add(name string, work func())

WorkGroup.Execute

func (w *WorkGroup) Execute(name string)