golang-queue/queue

Support task function

appleboy opened this issue · 0 comments

Provide the following solution only for the simple queues.

type TaskFunc func(context.Context) error