Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2025 Changes in this version + func PutTask(task *Task) + type AsyncTaskQueue interface + Dequeue func() *Task + Enqueue func(*Task) + IsEmpty func() bool + Length func() int32 + func NewLockFreeQueue() AsyncTaskQueue + type EventPriority int + const HighPriority + const LowPriority + type Func func(any) error + type Task struct + Exec Func + Param any + func GetTask() *Task