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
/
channel.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
revert module changes, reexport heapless relevant items
Scott Mabin
2023-11-20
1
-5
/
+3
*
more clean up, refactor channel into module to share code
Scott Mabin
2023-11-18
1
-3
/
+5
*
reduce duplication further by sharing Dynamic sender/receiver
Scott Mabin
2023-11-18
1
-2
/
+2
*
Reduce duplication, fix tests
Scott Mabin
2023-11-18
1
-1
/
+1
*
Use fmt::unwrap
Dániel Buga
2023-09-02
1
-1
/
+1
*
Deprecate *recv* in favor of *receive*
Ruben De Smet
2023-08-22
1
-44
/
+44
*
Implement Channel::poll_receive(..) -> Poll<T>
Ruben De Smet
2023-08-11
1
-4
/
+39
*
Channel poll methods return Poll instead of bool
Ruben De Smet
2023-08-11
1
-14
/
+22
*
Expose poll_ready_to_{send,receive} in Sender/Receiver
Ruben De Smet
2023-08-11
1
-0
/
+39
*
embassy-sync: manual Copy impls for channel and pipe
Sam Lakerveld
2023-08-08
1
-4
/
+8
*
wpan: fully implement initial draft concept
xoviat
2023-07-18
1
-0
/
+22
*
Add `#[must_use]` to all futures
Grant Miller
2023-02-24
1
-0
/
+4
*
sync: flatten module structure.
Dario Nieuwenhuis
2022-08-22
1
-0
/
+596