Skip to content

Releases: viney-shih/goroutines

v1.1.4

18 Jun 04:23
dee111b
Compare
Choose a tag to compare
  • maintain the go version in CI
  • support pre-commit hook

v1.1.3

26 Jul 03:32
Compare
Choose a tag to compare
  • adjust README
  • fix wording

v1.1.2

25 Jul 16:32
Compare
Choose a tag to compare
  • adjust README based on current status
  • fix wording

v1.1.1

23 Jul 16:13
Compare
Choose a tag to compare

Fix

  • No examples showing in pkg.go.dev. Move them outside.
  • Remove godoc.org in README

v1.1.0

23 Jul 15:46
Compare
Choose a tag to compare

Features

  • Add new interfaces ScheduleWithContext and QueueWithContext to support context in the parameter.
  • Refactor code structure to fit in coding convention in Go.
  • Add examples.
  • Fix minor bugs.

v1.0.1

08 Oct 13:46
Compare
Choose a tag to compare

fix README

v1.0.0

07 Oct 06:49
Compare
Choose a tag to compare

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.