Skip to content

Releases: sasha-s/go-deadlock

v0.3.3

14 Aug 08:41
ed6f7f6
Compare
Choose a tag to compare

What's Changed

  • Add missing sync.NewCond wrapper by @ncw in #22
  • fixed the comment of Opts.DeadlockTimeout in deadlock.go by @h3n4l in #23
  • deadlock: Add TryLock wrappers by @jrajahalme in #30
  • Reuse timers with sync.Pool by @millfort in #31

New Contributors

Full Changelog: v0.3.1...v0.3.3

v0.3.0

20 Jul 06:38
4c17c32
Compare
Choose a tag to compare

cleanup the docs, fix typos,

faster, cleaner

09 Jan 21:12
Compare
Choose a tag to compare

Includes performance improvements #2
and extra checks #7