repositorypackage
1.0.0
Repository: https://github.com/mdlayher/schedgroup.git
Documentation: pkg.go.dev
# README
schedgroup

Package schedgroup
provides a goroutine worker pool which schedules tasks
to be performed at or after a specified time. MIT Licensed.
Special thanks to Egon Elbre from #performance on Gophers Slack for two
prototypes of this idea, based
on Go's container/heap
package. Egon's prototypes heavily influenced the final
design of this package.