aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/pipe.rs
Commit message (Collapse)AuthorAgeFilesLines
* embassy-sync: Update `Pipe::try_write` docsMichael Elia2025-12-141-1/+1
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-191-0/+8
| | | | All tests green
* some minor documentation fixesRobin Mueller2025-07-091-4/+4
|
* feat: add dynamic dispatch variants of pipeUlf Lilleengen2025-01-151-0/+273
|
* embassy-sync: fixed some clippy warningsOliver Rockstedt2024-05-211-1/+1
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-55/+49
|
* sync/pipe: impl BufRead.Dario Nieuwenhuis2023-08-301-98/+208
|
* embassy-sync: manual Copy impls for channel and pipeSam Lakerveld2023-08-081-2/+4
|
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-10/+10
|
* sync/pipe: fix doc typos.Dario Nieuwenhuis2023-06-271-2/+2
|
* sync/pipe: write all user data to pipeZhangYong2023-06-041-0/+10
| | | | sync/pipe: add write_all function
* 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