package
0.0.0-20240826165608-8bb46037fbee
Repository: https://github.com/mattmoor/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.