| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | Remove `Sized` bound from `MutexGuard::map` | Robert Zieba | 2025-09-12 | 1 | -2/+2 |
| | | | | | | | Since `MutexGuard` has `T: ?Sized`, `U` does not need to be restricted to `Sized` types. This now allows using `map` to cast from `MutexGuard<'_, M, ImplsTrait>` to `MutexGuard<'_, M, dyn Trait>`. | ||||
| * | chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock` | Curly | 2025-08-19 | 1 | -0/+1 |
| | | | | | All tests green | ||||
| * | Update embassy-sync/src/mutex.rs | Robin Mueller | 2025-07-09 | 1 | -1/+1 |
| | | | | Co-authored-by: James Munns <[email protected]> | ||||
| * | some minor documentation fixes | Robin Mueller | 2025-07-09 | 1 | -1/+1 |
| | | |||||
| * | Add must_use to MutexGuard | wackazong | 2025-02-04 | 1 | -0/+1 |
| | | |||||
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 1 | -3/+2 |
| | | |||||
| * | embassy-sync: fixed some clippy warnings | Oliver Rockstedt | 2024-10-07 | 1 | -1/+1 |
| | | |||||
| * | embassy_sync::Mutex: Implement traits to match std | W Etheredge | 2024-05-05 | 1 | -1/+77 |
| | | |||||
| * | Add map method | Caio | 2024-04-14 | 1 | -0/+133 |
| | | |||||
| * | Use fmt::unwrap | Dániel Buga | 2023-09-02 | 1 | -1/+1 |
| | | |||||
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 1 | -2/+1 |
| | | |||||
| * | Make rustfmt happy | Joakim Hulthe | 2022-09-16 | 1 | -1/+3 |
| | | |||||
| * | Add .into_inner() and .get_mut() to Mutex | Joakim Hulthe | 2022-09-16 | 1 | -0/+14 |
| | | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -0/+167 |
