# Functions
NewTaskQueue creates a new task queue with the given sync function.
# Structs
StoreToIngressLister makes a Store that lists Ingress.
TaskQueue manages a work queue through an independent worker that invokes the given sync function for every work item inserted.