Versions in this module Expand all Collapse all v1 v1.3.9 May 20, 2024 Changes in this version + func New(f func()) + func NewWithArgs(f func(args ...interface{}), args ...interface{}) + type Instance struct + CreatedTime time.Time + File string + Id uint64 + Line int + func List() []*Instance + type TaskGroup struct + func NewTaskGroup() *TaskGroup + func (this *TaskGroup) Lock() + func (this *TaskGroup) Run(f func()) + func (this *TaskGroup) Unlock() + func (this *TaskGroup) Wait()