Skip to content

Releases: andreiavrammsd/cpp-channel

v0.8.0

06 Jun 18:40
9df46e7
Compare
Choose a tag to compare

Breaking change: push and fetch precedence has changed. See #27.

Chaining for push and fetch was introduced.

Thanks, @longnguyen2004!

v0.7.3

06 Feb 17:13
6d39abc
Compare
Choose a tag to compare

Thread safety improvements by @bvbfan.

v0.7.2

07 Jun 03:43
Compare
Choose a tag to compare

GCC-12 compilation bug fix by @fwflunky.

v0.7.1

25 Mar 17:21
0e52dc8
Compare
Choose a tag to compare

v0.7.0

06 Mar 10:30
6f8bf5b
Compare
Choose a tag to compare

Interface library

v0.6.1

12 Apr 17:33
0ddab00
Compare
Choose a tag to compare

Fix range-based for going one extra loop.

v0.6.0

28 Jan 16:53
428ad58
Compare
Choose a tag to compare

Closed channel exception rename.

v0.5.0

27 Jan 20:28
3a4d22a
Compare
Choose a tag to compare

Move to namespace msd.

v0.4.0

30 Aug 11:49
88369c3
Compare
Choose a tag to compare
  • Ability to mark the channel as closed when you no longer want to write on it. Blocking channel iteration will end.
  • Support std copy/move from channel to a destination.

v0.3.0

19 Jul 14:28
5161560
Compare
Choose a tag to compare
Merge pull request #2 from andreiavrammsd/structure

Structure