Releases: viney-shih/goroutines
Releases · viney-shih/goroutines
v1.1.4
v1.1.3
- adjust README
- fix wording
v1.1.2
- adjust README based on current status
- fix wording
v1.1.1
Fix
- No examples showing in
pkg.go.dev
. Move them outside. - Remove
godoc.org
in README
v1.1.0
Features
- Add new interfaces
ScheduleWithContext
andQueueWithContext
to support context in the parameter. - Refactor code structure to fit in coding convention in Go.
- Add examples.
- Fix minor bugs.
v1.0.1
fix README
v1.0.0
Package goroutines is an efficient, flexible, and lightweight goroutine pool written in Go. It provides a easy way to deal with several kinds of concurrent tasks with limited resource.