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
/
pubsub
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`
Curly
2025-08-19
3
-0
/
+11
*
Update embassy-sync/src/pubsub/publisher.rs
Robin Mueller
2025-07-09
1
-1
/
+1
*
some minor documentation fixes
Robin Mueller
2025-07-09
1
-1
/
+1
*
Update Rust nightly, stable.
Dario Nieuwenhuis
2025-07-04
1
-4
/
+4
*
Remove futures-util where unnecessary
Dániel Buga
2025-06-16
1
-1
/
+1
*
embassy-sync: fix clear() to wake senders
ibuki2003
2025-01-26
1
-0
/
+3
*
Merge pull request #3358 from mammothbane/main
Dario Nieuwenhuis
2024-10-21
2
-0
/
+93
|
\
|
*
embassy_sync: `Sink` adapter for `pubsub::Pub`
Nathan Perry
2024-09-20
2
-0
/
+93
*
|
embassy-sync: fixed some clippy warnings
Oliver Rockstedt
2024-10-07
1
-2
/
+2
|
/
*
embassy_sync/pubsub: fix PubSubBehavior visibility
Nathan Perry
2024-09-19
1
-28
/
+28
*
Add Clone and Copy to Error types
dvdsk
2024-06-06
1
-1
/
+1
*
embassy-sync: Add clear function to all channels
Oliver Rockstedt
2024-05-22
3
-0
/
+31
*
embassy-sync: fixed some documentation typos
Oliver Rockstedt
2024-05-22
1
-1
/
+1
*
Expose new length functions in the subs and pubs
Dion Dokter
2024-05-20
3
-33
/
+138
*
Make behaviour trait sealed
Dion Dokter
2024-05-20
1
-2
/
+9
*
embassy-sync: Add capacity, free_capacity, len, is_empty and is_full function...
Oliver Rockstedt
2024-05-18
1
-0
/
+39
*
sync: do will_wake check in MultiWakerRegistration.
Dario Nieuwenhuis
2023-05-26
1
-31
/
+3
*
perf(pubsub): Skip clone on last message
Rasmus Melchior Jacobsen
2023-03-21
1
-4
/
+28
*
fix(pubsub): Pop messages which count is 0 after unsubscribe
Rasmus Melchior Jacobsen
2023-03-15
1
-0
/
+47
*
Forgot to add space function to immediate publisher
Dion Dokter
2022-10-05
1
-0
/
+8
*
Went back to named futures but now with must_use
Dion Dokter
2022-09-29
3
-7
/
+8
*
Futures in pub & sub are now awaited instead of returned for better user comp...
Dion Dokter
2022-09-29
3
-5
/
+92
*
sync: flatten module structure.
Dario Nieuwenhuis
2022-08-22
3
-0
/
+876