Releases: andreiavrammsd/cpp-channel
Releases · andreiavrammsd/cpp-channel
v0.8.0
Breaking change: push and fetch precedence has changed. See #27.
Chaining for push and fetch was introduced.
Thanks, @longnguyen2004!
v0.7.3
v0.7.2
v0.7.1
- Bug fixes. Thanks to @lbb and @theHamsta.
- Internal improvements
v0.7.0
Interface library
v0.6.1
Fix range-based for going one extra loop.
v0.6.0
Closed channel exception rename.
v0.5.0
Move to namespace msd
.
v0.4.0
- 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
Merge pull request #2 from andreiavrammsd/structure Structure