Skip to content

Releases: sbooth/CXXMessageQueue

Version 0.2.0

Choose a tag to compare

@sbooth sbooth released this 11 Jul 02:17
8d52853

What's Changed

  • Require exact buffer size for dequeue(Args...) by @sbooth in #11
  • Remove constexpr from constructor by @sbooth in #9
  • Add message discarding by @sbooth in #12
  • Add [[nodiscard]] to enqueue and dequeue by @sbooth in #13
  • Use relaxed loads by @sbooth in #10

Full Changelog: 0.1.0...0.2.0

Initial Release

Choose a tag to compare

@sbooth sbooth released this 09 Jul 12:44
8eb0722
0.1.0

Make `slotCount` and `slotCapacity` `static constexpr` (#6)