# Functions

NewCustomTaskQueue ...
NewTaskQueue creates a new task queue with the given sync function.

# Structs

Element represents one item of the queue.
Queue manages a time work queue through an independent worker that invokes the given sync function for every work item inserted.