Syncs Versions Save

Concurrency and synchronization primitives

v1.3.1

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/go-pkgz/syncs/compare/v1.3.0...v1.3.1

v1.3.0

1 year ago

What's Changed

Full Changelog: https://github.com/go-pkgz/syncs/compare/v1.2.0...v1.3.0

v1.2.0

2 years ago
  • switch go version to 1.16
  • update linters
  • update ci configuration

Full Changelog: https://github.com/go-pkgz/syncs/compare/v1.1.1...v1.2.0

v1.1.0

5 years ago
  • support context-based cancelation for SizedGroup
  • support Preemptive mode for SizedGroup
  • remove unneeded interfaces for groups

v1.0.0

5 years ago

Initial release