PackageTrack
Sign in Get early access

async-broadcast

Async broadcast channels

0.7.2 103M downloads/mo #797 most downloaded on crates.io smol-rs/async-broadcast

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships fairly regularly

a new release about every 4 months

Nearly every release is documented

notes for 14 of 14 stable releases

1 version withdrawn

withdrawn after publishing

6 years old

15 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

15 releases · May 2020 to Dec 2024
2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 15
  1. 0.7.2 23 Dec 2024
    Release notes
    • Add Sender::broadcast_blocking and Receiver::recv_blocking. #41
    • Use Mutex instead of RwLock for securing the inner data. #42
    • Many non-user-facing internal improvements and fixes.
    Open source →
  2. 0.7.1 02 Jun 2024
    Release notes
    • Add a poll_recv() method to the Receiver type. This allows for Receiver
      to be used in poll-based contexts. (#56
    Open source →
    Release notes
    • Add a poll_recv() method to the Receiver type. This allows for Receiver to be used in poll-based contexts. (#56)
    Open source →
  3. 0.7.0 08 Feb 2024
    Release notes
    • Breaking: Recv and Send are now !Unpin to allow for future optimizations.
    • Port to event-listener v5.0.
    Open source →
    Release notes
    • Breaking: Recv and Send are now !Unpin to allow for future optimizations.
    • Port to event-listener v5.0.
    Open source →
  4. 0.6.0 16 Oct 2023
    Release notes
    • Bump to event-listener v3.0.0.
    • Add smol-rs logo to docs.
    Open source →
    Release notes
    • Bump to event-listener v3.0.0.
    • Add smol-rs logo to docs.
    Open source →
  5. 0.5.1 18 Feb 2023
    Release notes
    • Drop parking_lot dependency, in favor of sync primitives in std.
    Open source →
    Release notes
    • Drop parking_lot dependency, in favor of sync primitives in std.
    Open source →
  6. 0.5.0 22 Dec 2022
    Release notes
    • API to disable waiting for active receivers (#35).
    Open source →
    Release notes
    • API to disable waiting for active receivers (#35).
    Open source →
  7. 0.4.1 23 Jul 2022
    Release notes
    • Drop unneeded easy-parallel dep.
    • Bumb dependencies to the current versions.
    • Update parking_lot to 0.12.1.
    • fix incorrect documentation for TrySendError::is_disconnected.
    Open source →
  8. 0.4.0 27 Feb 2022
    Release notes
    • Add RecvError::Overflowed for detecting missing messages.
    • Avoid overflows on 32- and 16-bit systems (#22).
    • Add overflow message count.
    • Clone impl of Receiver now properly duplicates it.
    • Add Receiver::new_receiver.
    • Add Receiver::new_sender and Sender::new_receiver, allowing generating senders from receivers and vice versa, respectively.
    • Switch to parking_lot::RwLock instead of std::sync::Mutex.
    Open source →
  9. 0.3.4 22 Sep 2021
    Release notes
    • Avoid the last clone in try_recv (#18).
    • Add some basic benchmarks.
    Open source →
  10. 0.3.3 30 Jun 2021
    Release notes
    • Close channel if the last receiver to drop is inactive.
    Open source →
  11. 0.3.2 23 May 2021
    Release notes
    • Fix a underflow panic (#14).
    • Document difference with other broadcast APIs.
    Open source →
  12. 0.3.1 20 May 2021
    Release notes
    • Channel API in InactiveReceiver (#11).
    • {Sender,Receiver}::inactive_receiver_count method.
    Open source →
  13. 0.3.0 19 May 2021
    Release notes
    • overflow mode.
    • ability to modify channel capacity.
    • Inactive receivers (#2).
    • Document difference to async-channel crate (#6).
    Open source →
  14. 0.2.0 07 May 2021
    Release notes
    • First real release.
    Open source →
  15. 0.1.0 29 May 2020 withdrawn
    Release notes
    • Dummy release to get the name registered on crates.io.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive