Versions in this module Expand all Collapse all v0 v0.2.0 Aug 2, 2021 Changes in this version + func PutTask(task *Task) + type AsyncTaskQueue interface + Dequeue func() *Task + Empty func() bool + Enqueue func(*Task) + func NewLockFreeQueue() AsyncTaskQueue + type Task struct + Arg interface{} + Run TaskFunc + func GetTask() *Task + type TaskFunc func(interface{}) error v0.1.8 Aug 2, 2021