Versions in this module Expand all Collapse all v1 v1.1.1 Oct 28, 2022 v1.1.0 Oct 26, 2022 v1.0.0 Oct 25, 2022 Changes in this version + type TaskQ struct + func NewAsyncTaskQ(name string, count uint16, handler func(*TaskQ, interface{}) error) *TaskQ + func (q *TaskQ) Close() + func (q *TaskQ) Publish(cnt interface{})