Skip to content

v0.2.0

Compare
Choose a tag to compare
@AmrSaber AmrSaber released this 01 Jun 11:46
· 8 commits to master since this release
8798950

Fixes

  • Fix potential data race related to setting and reading dequeue capacity.
  • Fix potential data race related to setting and reading dequeue listeners.

Breaking Changes

  • Listeners (OnEmpty and OnFull) are no longer exposed. They can be set using their setters (SetOnEmpty and SetOnFull).