Releases: gh123man/Async-Channels
Releases · gh123man/Async-Channels
1.0.2
- Fix memory leak
- Add
syncSend
and syncReceive
1.0.1: Support buildOptional and buildEither (#10)
1.0.0
- 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)
* swifty names
* readme
* readme
0.0.5
- Improve select performance
- Fix bug in close
0.0.2
- Massive performance improvements across the board