index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-sync
/
src
/
watch.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
clarify docs for signal and watch
JuliDi
2025-05-04
1
-2
/
+2
*
Desugar some async fns
Dániel Buga
2024-12-30
1
-3
/
+3
*
remove option
Bronson
2024-11-10
1
-3
/
+3
*
fix formatting
Bronson
2024-11-10
1
-1
/
+1
*
added watch new_with()
Bronson
2024-11-10
1
-15
/
+27
*
add default data to watch new()
Bronson
2024-11-10
1
-16
/
+16
*
docs: fix Sender/Receiver typo
Chris Maniewski
2024-10-05
1
-2
/
+2
*
Reverse generics order, remove spin_get
Peter Krull
2024-09-24
1
-26
/
+2
*
Added SealedWatchBehavior to limit access to core functions
Peter Krull
2024-09-23
1
-66
/
+71
*
Discontinue peek, add AnonReceiver
Peter Krull
2024-09-23
1
-151
/
+289
*
This one is for cargo fmt
Peter Krull
2024-03-02
1
-1
/
+1
*
Reintroduce predicate methods. Add ability for sender to modify value in-place.
Peter Krull
2024-03-02
1
-7
/
+260
*
Forgot to update doc comment
Peter Krull
2024-02-29
1
-1
/
+1
*
Update tests to reflect changes in previous commit
Peter Krull
2024-02-29
1
-9
/
+9
*
Use Option instead of Result for receiver creation since it is the only way i...
Peter Krull
2024-02-29
1
-16
/
+11
*
Added sender types, support for dropping receivers, converting to dyn-types, ...
Peter Krull
2024-02-29
1
-147
/
+374
*
Changed name to `Watch`, added `DynReceiver`, `get`-method and more reworks.
Peter Krull
2024-02-28
1
-0
/
+515