Skip to content

v0.1.3

Compare
Choose a tag to compare
@shayanhabibi shayanhabibi released this 27 Sep 04:05
· 62 commits to main since this release

Changes:

  • Push/Pop use atomic_thread_fence primitive to ensure memory coherency of non-atomics associated with the ref pushed through the queue
  • unsafePush/unsafePop function the same as pre-0.1.3 push/pop (ie dont use atomic_thread_fnece)

We're looking forward to feedback!