Versions in this module Expand all Collapse all v1 v1.0.7 Jun 21, 2024 Changes in this version + var ErrTimeout = values.Errorf(0, "timeout") + type Handle func(args any) error + type Worker struct + func New() *Worker + func (this *Worker) Call(handle Handle, args any) error + func (this *Worker) Start(cap int)