package
0.0.0-20240904191305-1ddb18b1f6a5
Repository: https://github.com/chainguard-dev/go-workqueue.git
Documentation: pkg.go.dev

# Functions

Handle is a synchronous form of HandleAsync.
HandleAsync initiates a single iteration of the dispatcher, possibly invoking the callback for several different keys.
No description provided by the author
ServiceCallback returns a Callback that invokes the given service.

# Type aliases

Callback is the function that Handle calls to process a particular key.
Future is a function that can be used to block on the result of a round of dispatching work.