aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/channel.rs
Commit message (Expand)AuthorAgeFilesLines
* revert module changes, reexport heapless relevant itemsScott Mabin2023-11-201-5/+3
* more clean up, refactor channel into module to share codeScott Mabin2023-11-181-3/+5
* reduce duplication further by sharing Dynamic sender/receiverScott Mabin2023-11-181-2/+2
* Reduce duplication, fix testsScott Mabin2023-11-181-1/+1
* Use fmt::unwrapDániel Buga2023-09-021-1/+1
* Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-221-44/+44
* Implement Channel::poll_receive(..) -> Poll<T>Ruben De Smet2023-08-111-4/+39
* Channel poll methods return Poll instead of boolRuben De Smet2023-08-111-14/+22
* Expose poll_ready_to_{send,receive} in Sender/ReceiverRuben De Smet2023-08-111-0/+39
* embassy-sync: manual Copy impls for channel and pipeSam Lakerveld2023-08-081-4/+8
* wpan: fully implement initial draft conceptxoviat2023-07-181-0/+22
* Add `#[must_use]` to all futuresGrant Miller2023-02-241-0/+4
* sync: flatten module structure.Dario Nieuwenhuis2022-08-221-0/+596