aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/channel.rs
Commit message (Expand)AuthorAgeFilesLines
* 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