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.