mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 14:44:32 +00:00
![bors[bot]](/assets/img/avatar_default.png)
817: Added a pubsub channel implementation r=lulf a=diondokter This is similar to Tokio's Broadcast channel, except that it doesn't allocate. The publishers and subscribers are dynamic. They use an &dyn channel reference because it's really annoying to have to specify the mutex and const generics every time. Do we need fully generic types as well? Co-authored-by: Dion Dokter <diondokter@gmail.com> Co-authored-by: Dion Dokter <dion@tweedegolf.com>