aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/zerocopy_channel.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-7/+3
|
* chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-191-0/+5
| | | | All tests green
* docs: fix a typoCyril Marpaud2025-03-311-1/+1
|
* Fix issue #3828lsartory2025-02-011-2/+14
| | | | | | Zero-copy channels could not be used between interrupts and thread-mode tasks because the internal buffer is stored as a raw pointer. A wrapper struct implementing the Sync trait fixes this.
* embassy-sync: fix clear() to wake sendersibuki20032025-01-261-0/+3
|
* Desugar some async fnsDániel Buga2024-12-301-11/+13
|
* embassy-sync: renamed field len to capacity on zerocopy_channel stateOliver Rockstedt2024-10-061-5/+6
|
* embassy-sync: fix len calculation for zerocopy_channelOliver Rockstedt2024-10-061-1/+9
|
* embassy-sync: add clear, len, is_empty and is_full functions to zerocopy_channelOliver Rockstedt2024-10-051-0/+76
|
* docs: clarify capabilities of zerocopy channelUlf Lilleengen2024-03-041-5/+2
|
* Rename zero_copy -> zerocopy.Dario Nieuwenhuis2023-09-041-0/+260