| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | embassy-sync: Don't drop wakers in Signal::reset | Matthew Tran | 2025-08-28 | 1 | -1/+1 |
| | | |||||
| * | chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock` | Curly | 2025-08-19 | 1 | -0/+1 |
| | | | | | All tests green | ||||
| * | clarify docs for signal and watch | JuliDi | 2025-05-04 | 1 | -2/+3 |
| | | |||||
| * | embassy-sync: remove T: Send for Signal<M, T> | Jesse Stuart | 2024-06-05 | 1 | -1/+1 |
| | | |||||
| * | Doc update: signaled does not clear signal | Noah Bliss | 2024-03-20 | 1 | -1/+1 |
| | | | | signaled does not clear signal (doc update) | ||||
| * | Put waiting state back if any | Rasmus Melchior Jacobsen | 2023-12-20 | 1 | -1/+4 |
| | | |||||
| * | feat(embassy-sync): Add try_take() to signal | Rasmus Melchior Jacobsen | 2023-12-20 | 1 | -0/+11 |
| | | |||||
| * | sync/signal: Implement Default for Signal | Matt Johnston | 2022-11-22 | 1 | -0/+9 |
| | | |||||
| * | Remove default, reorder generic params | ivmarkov | 2022-09-25 | 1 | -9/+10 |
| | | |||||
| * | Remove default, reorder generic params | ivmarkov | 2022-09-24 | 1 | -1/+0 |
| | | |||||
| * | Parameterize Signal with RawMutex | ivmarkov | 2022-09-24 | 1 | -28/+41 |
| | | |||||
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 1 | -2/+2 |
| | | |||||
| * | sync/signal: wake old waker on overflow instead of panicking. | Dario Nieuwenhuis | 2022-09-12 | 1 | -1/+5 |
| | | | | | | | This makes behavior consistent with `WakerRegistration`. It allows canceling `wait` in one task and then calling `wait` in another. If two tasks are `wait`ing concurrently the signal will be received by only one of them, randomly. | ||||
| * | Fix warnings after crate split | Ulf Lilleengen | 2022-08-23 | 1 | -2/+2 |
| | | |||||
| * | sync: flatten module structure. | Dario Nieuwenhuis | 2022-08-22 | 1 | -0/+100 |
