Skip to content

Releases: smol-rs/async-channel

v1.7.0

08 Aug 14:41
Compare
Choose a tag to compare
  • Add send_blocking and recv_blocking (#47)

v1.6.1

18 Feb 10:47
Compare
Choose a tag to compare

Fixes

  • Make send return Send #34
  • Fix clone in test #35

v1.6.0

17 Feb 20:04
Compare
Choose a tag to compare

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