aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/mutex.rs
Commit message (Expand)AuthorAgeFilesLines
* embassy_sync::Mutex: Implement traits to match stdW Etheredge2024-05-051-1/+77
* Add map methodCaio2024-04-141-0/+133
* Use fmt::unwrapDániel Buga2023-09-021-1/+1
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-221-2/+1
* Make rustfmt happyJoakim Hulthe2022-09-161-1/+3
* Add .into_inner() and .get_mut() to MutexJoakim Hulthe2022-09-161-0/+14
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-0/+167