Versions in this module Expand all Collapse all v0 v0.0.2 Mar 20, 2024 v0.0.1 Mar 20, 2024 Changes in this version + const DEFAULT_MAX_TASKS + type TaskArguments map[string]any + type TaskContext struct + Args TaskArguments + Ctx context.Context + type TaskExecutor struct + func NewTaskExecutor(size ...int) *TaskExecutor + func (te *TaskExecutor) Queue(fn TaskFunc, args TaskArguments) + func (te *TaskExecutor) Shutdown() + type TaskFunc func(ctx *TaskContext)