aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/watch.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-191-0/+6
| | | | All tests green
* clarify docs for signal and watchJuliDi2025-05-041-2/+2
|
* Desugar some async fnsDániel Buga2024-12-301-3/+3
|
* remove optionBronson2024-11-101-3/+3
|
* fix formattingBronson2024-11-101-1/+1
|
* added watch new_with()Bronson2024-11-101-15/+27
|
* add default data to watch new()Bronson2024-11-101-16/+16
|
* docs: fix Sender/Receiver typoChris Maniewski2024-10-051-2/+2
|
* Reverse generics order, remove spin_getPeter Krull2024-09-241-26/+2
|
* Added SealedWatchBehavior to limit access to core functionsPeter Krull2024-09-231-66/+71
|
* Discontinue peek, add AnonReceiverPeter Krull2024-09-231-151/+289
|
* This one is for cargo fmtPeter Krull2024-03-021-1/+1
|
* Reintroduce predicate methods. Add ability for sender to modify value in-place.Peter Krull2024-03-021-7/+260
|
* Forgot to update doc commentPeter Krull2024-02-291-1/+1
|
* Update tests to reflect changes in previous commitPeter Krull2024-02-291-9/+9
|
* Use Option instead of Result for receiver creation since it is the only way ↵Peter Krull2024-02-291-16/+11
| | | | it can fail.
* Added sender types, support for dropping receivers, converting to dyn-types, ↵Peter Krull2024-02-291-147/+374
| | | | revised tests.
* Changed name to `Watch`, added `DynReceiver`, `get`-method and more reworks.Peter Krull2024-02-281-0/+515