# Functions

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

# Structs

TaskQueue manages a work queue through an independent worker that invokes the given sync function for every work item inserted.