Releases: gh123man/Async-Channels
Releases · gh123man/Async-Channels
2.2.0
09 Apr 16:31
Compare
Sorry, something went wrong.
No results found
Add Swift 6.3 support.
Fix strict concurrency issues in the blocking bridge helpers for newer Swift toolchains.
Update CI and benchmark tooling for Swift 6.3, including refreshed comparison/reporting support against the Go baseline.
2.1.0
27 Apr 14:38
Compare
Sorry, something went wrong.
No results found
Fix send on closed channel in select.
2.0.0: Optimize performance by removing internal generics (#20)
24 Mar 00:56
Compare
Sorry, something went wrong.
No results found
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
02 Mar 18:42
Compare
Sorry, something went wrong.
No results found
Made isClosed public
Added blockingSend and blockingReceive
1.0.2
19 Oct 01:03
Compare
Sorry, something went wrong.
No results found
Fix memory leak
Add syncSend and syncReceive
1.0.1: Support buildOptional and buildEither (#10)
15 Jul 02:09
Compare
Sorry, something went wrong.
No results found
1.0.0
08 Jul 23:49
Compare
Sorry, something went wrong.
No results found
Made send and receive public - you can use these in place of the arrow syntax if desired.
added select any function to perform the same operations on multiple channels.
0.0.6: Rename select functions to be more swifty (#6)
16 Apr 02:24
Compare
Sorry, something went wrong.
No results found
* swifty names
* readme
* readme
0.0.5
10 Apr 01:13
Compare
Sorry, something went wrong.
No results found
Improve select performance
Fix bug in close
0.0.4
07 Apr 17:31
Compare
Sorry, something went wrong.
No results found