aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/pubsub
Commit message (Collapse)AuthorAgeFilesLines
* sync: do will_wake check in MultiWakerRegistration.Dario Nieuwenhuis2023-05-261-31/+3
|
* perf(pubsub): Skip clone on last messageRasmus Melchior Jacobsen2023-03-211-4/+28
|
* fix(pubsub): Pop messages which count is 0 after unsubscribeRasmus Melchior Jacobsen2023-03-151-0/+47
|
* Forgot to add space function to immediate publisherDion Dokter2022-10-051-0/+8
|
* Went back to named futures but now with must_useDion Dokter2022-09-293-7/+8
|
* Futures in pub & sub are now awaited instead of returned for better user ↵Dion Dokter2022-09-293-5/+92
| | | | | | compiler diagnostics. Added functions for reading how many messages are available
* sync: flatten module structure.Dario Nieuwenhuis2022-08-223-0/+876