Releases: gh123man/Async-Channels
Releases · gh123man/Async-Channels
2.1.0
2.0.0: Optimize performance by removing internal generics (#20)
Significantly improve performance by removing internal generics.
This change is otherwise 100% API compatible with version 1.0.
Breaking changes
WaitGroup
is removed in favor of using native task groups.
1.0.3
1.0.2
1.0.1: Support buildOptional and buildEither (#10)
1.0.0
0.0.6: Rename select functions to be more swifty (#6)
* swifty names * readme * readme