mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-20 18:10:24 +00:00
Merge pull request #131840 from pohly/client-go-workqueue-wording
client-go workqueue: clarify parallel reenqueuing Kubernetes-commit: 148761ce2c309d52722a7125dffda1d5890e9f04
This commit is contained in:
commit
cd9e9393ec
@ -22,5 +22,6 @@ limitations under the License.
|
|||||||
// will only be processed once.
|
// will only be processed once.
|
||||||
// - Multiple consumers and producers. In particular, it is allowed for an
|
// - Multiple consumers and producers. In particular, it is allowed for an
|
||||||
// item to be reenqueued while it is being processed.
|
// item to be reenqueued while it is being processed.
|
||||||
|
// In this case it will be processed again.
|
||||||
// - Shutdown notifications.
|
// - Shutdown notifications.
|
||||||
package workqueue
|
package workqueue
|
||||||
|
Loading…
Reference in New Issue
Block a user