Versions in this module Expand all Collapse all v1 v1.0.0 Mar 3, 2024 Changes in this version + func PutTask(task *Task) + type AsyncTaskQueue interface + Dequeue func() *Task + Enqueue func(*Task) + IsEmpty func() bool + func NewLockFreeQueue() AsyncTaskQueue + type Task struct + Arg interface{} + Run TaskFunc + func GetTask() *Task + type TaskFunc func(interface{}) error