aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/pubsub/subscriber.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-191-0/+3
| | | | All tests green
* Remove futures-util where unnecessaryDániel Buga2025-06-161-1/+1
|
* embassy-sync: Add clear function to all channelsOliver Rockstedt2024-05-221-0/+5
|
* Expose new length functions in the subs and pubsDion Dokter2024-05-201-1/+30
|
* Went back to named futures but now with must_useDion Dokter2022-09-291-3/+4
|
* Futures in pub & sub are now awaited instead of returned for better user ↵Dion Dokter2022-09-291-3/+8
| | | | | | compiler diagnostics. Added functions for reading how many messages are available
* sync: flatten module structure.Dario Nieuwenhuis2022-08-221-0/+152