//
pkg.gl
Category
github.com/sergeradinovich/kubernetes-ingress-controller
internal
task
package
0.0.5
Repository:
https://github.com/sergeradinovich/kubernetes-ingress-controller.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
125 SLOC
#
Functions
NewCustomTaskQueue
NewCustomTaskQueue ...
NewTaskQueue
NewTaskQueue creates a new task queue with the given sync function.
#
Structs
Element
Element represents one item of the queue.
Queue
Queue manages a time work queue through an independent worker that invokes the given sync function for every work item inserted.