Skip to content

v0.7.0

Compare
Choose a tag to compare
@reugn reugn released this 11 Nov 14:28
· 13 commits to master since this release
c45fbe8

Features

  • feat: add async.Value implementation (#21)
  • build: require go1.20 (#18)

Fixes

  • refactor: ReentrantLock internal structure (#20)
  • refactor!: store pointer to resulting value (#24)

Maintenance

  • refactor!: remove optimistic lock implementation (#17)
  • refactor: use atomic.Int32 type (#22)
  • refactor: replace interface{} with any (#23)