mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-07 11:04:44 +00:00
Adds some TODOs and small fixes to pkg/util/workqueue
Adds a new unit test for queue.
This commit is contained in:
@@ -154,7 +154,7 @@ func (q *Type) Done(item interface{}) {
|
||||
}
|
||||
}
|
||||
|
||||
// Shutdown will cause q to ignore all new items added to it. As soon as the
|
||||
// ShutDown will cause q to ignore all new items added to it. As soon as the
|
||||
// worker goroutines have drained the existing items in the queue, they will be
|
||||
// instructed to exit.
|
||||
func (q *Type) ShutDown() {
|
||||
|
Reference in New Issue
Block a user