aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/pipe.rs
Commit message (Collapse)AuthorAgeFilesLines
* sync/pipe: update to clarify docs that it is byte-oriented.Dario Nieuwenhuis2023-03-261-28/+43
| | | | | There was some language copypasted from Channel talking about "messages" or "values", that is not really accurate with Pipe.
* Add `#[must_use]` to all futuresGrant Miller2023-02-241-0/+2
|
* sync: Fix nightly feature compilation after upgrade to embedded-io 0.4.0Gabriel Smith2022-11-271-56/+18
|
* Update Rust nightly.Dario Nieuwenhuis2022-10-261-9/+9
|
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-0/+551