Releases: smol-rs/async-channel
Releases · smol-rs/async-channel
v1.7.0
- Add
send_blocking
and recv_blocking
(#47)
v1.6.1
Fixes
- Make
send
return Send
#34
- Fix clone in test #35
v1.6.0
Added
- Added
Send
and Recv
futures #33
- impl FusedStream for Receiver #30
Internal
- Remove readme field from Cargo.toml #32
- Update license badge to match Cargo.toml #31
- Fix CI #27