aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/zerocopy_channel.rs
Commit message (Expand)AuthorAgeFilesLines
* chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-191-0/+5
* docs: fix a typoCyril Marpaud2025-03-311-1/+1
* Fix issue #3828lsartory2025-02-011-2/+14
* 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