async-channel
Async multi-producer multi-consumer channel
2.5.0
315M downloads/mo
#347 most downloaded on crates.io
smol-rs/async-channel
What this package is like to depend on
Last release 1 years ago
06 Jul 2025
Release timing varies
gaps range from 2 weeks to 1.5 years
Nearly every release is documented
notes for 25 of 26 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
26 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
26 releases · May 2019 to Jul 2025
2020
2021
2022
2023
2024
2025
2026
Releases
latest 26-
2.5.006 Jul 2025 -
2.4.003 Jul 2025Release notes
Open source →- Add
Sender::same_channel()andReceiver::same_channel(). (#98) - Add
portable-atomicfeature to support platforms without atomics. (#106)
- Add
-
2.3.116 May 2024 -
2.3.013 May 2024Release notes
Open source →- Add
force_sendfor sending items over the channel that displace other items. (#89)
Release notes
Open source →- Add
force_sendfor sending items over the channel that displace other items. (#89)
- Add
-
2.2.114 Apr 2024 -
2.2.008 Feb 2024 -
2.1.124 Nov 2023 -
2.1.006 Nov 2023 -
2.0.025 Oct 2023Release notes
Open source →- Breaking: Make
Send,RecvandReceiver!Unpin. This enables more efficient event notification strategies. (#59) - Breaking: Add an
stdenabled-by-default feature that enables parts of the API that requirestd. (#59) - Add support for the
wasm32target. (#67)
- Breaking: Make
-
1.9.008 Jul 2023Release notes
Open source →- Fix a bug where
WeakSender/WeakReceivercould incorrectly returnSomeeven if the channel is already closed (#60) - Remove the unnecessary
T: Clonebound fromWeakSender/WeakReceiver'sCloneimplementation (#62)
- Fix a bug where
-
1.8.029 Nov 2022Release notes
Open source →- Prevent deadlock if sender/receiver is forgotten (#49)
- Add weak sender and receiver (#51)
- Update
concurrent-queueto v2 (#50)
-
1.7.110 Aug 2022 -
1.7.008 Aug 2022 -
1.6.118 Feb 2021 -
1.6.017 Feb 2021 -
1.5.108 Oct 2020 -
1.5.006 Oct 2020 -
1.4.204 Sep 2020 -
1.4.126 Aug 2020 -
1.4.031 Jul 2020 -
1.3.031 Jul 2020 -
1.2.029 Jul 2020 -
1.1.124 Jun 2020 -
1.1.002 Jun 2020 -
1.0.031 May 2020 -
0.1.006 May 2019Nothing published for this version