aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/waitqueue/multi_waker.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-191-0/+1
| | | | All tests green
* embassy-sync: Update `MultiWakerRegistration::register` docsBrezak2025-08-011-1/+3
| | | | In 3081ecf301a54f8ed3d0f72350dd21f8ac9e1b18 `register` was changed to clear the buffer when it's full, but the docs weren't updated.
* docs: extend the waker documentationckrenslehner2025-04-261-0/+2
|
* embassy-sync: fixed some clippy warningsOliver Rockstedt2024-05-211-1/+1
|
* sync: do will_wake check in MultiWakerRegistration.Dario Nieuwenhuis2023-05-261-12/+37
|
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-0/+33