| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -14/+18 |
| | | |||||
| * | Update embassy-sync/src/priority_channel.rs | Robin Mueller | 2025-07-09 | 1 | -1/+1 |
| | | | | Co-authored-by: James Munns <[email protected]> | ||||
| * | Update embassy-sync/src/priority_channel.rs | Robin Mueller | 2025-07-09 | 1 | -1/+1 |
| | | | | Co-authored-by: James Munns <[email protected]> | ||||
| * | some minor documentation fixes | Robin Mueller | 2025-07-09 | 1 | -2/+2 |
| | | |||||
| * | feat: add support for channel peek | Ulf Lilleengen | 2025-05-28 | 1 | -0/+64 |
| | | | | | | | | Add support for peeking into the front of the channel if the value implements Clone. This can be useful in single-receiver situations where you don't want to remove the item from the queue until you've successfully processed it. | ||||
| * | embassy-sync: fix clear() to wake senders | ibuki2003 | 2025-01-26 | 1 | -0/+3 |
| | | |||||
| * | remove from sender | Bronson | 2025-01-20 | 1 | -11/+0 |
| | | |||||
| * | added remove_if to priority channel | Bronson | 2025-01-20 | 1 | -0/+42 |
| | | |||||
| * | Add capacity, free_capacity, clear, len, is_empty and is_full functions to ↵ | Oliver Rockstedt | 2024-10-07 | 1 | -0/+84 |
| | | | | | priority_channel::{Sender, Receiver} | ||||
| * | embassy-sync: Add clear function to all channels | Oliver Rockstedt | 2024-05-22 | 1 | -0/+9 |
| | | |||||
| * | embassy-sync: fixed some documentation typos | Oliver Rockstedt | 2024-05-22 | 1 | -1/+1 |
| | | |||||
| * | embassy-sync: fixed some clippy warnings | Oliver Rockstedt | 2024-05-21 | 1 | -2/+2 |
| | | |||||
| * | embassy-sync: Add capacity, free_capacity, len, is_empty and is_full ↵ | Oliver Rockstedt | 2024-05-18 | 1 | -0/+39 |
| | | | | | functions to PriorityChannel | ||||
| * | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -1/+1 |
| | | |||||
| * | revert module changes, reexport heapless relevant items | Scott Mabin | 2023-11-20 | 1 | -0/+613 |
| | | |||||
| * | more clean up, refactor channel into module to share code | Scott Mabin | 2023-11-18 | 1 | -653/+0 |
| | | |||||
| * | reduce duplication further by sharing Dynamic sender/receiver | Scott Mabin | 2023-11-18 | 1 | -83/+1 |
| | | |||||
| * | docs and simple test for priority | Scott Mabin | 2023-11-18 | 1 | -0/+11 |
| | | |||||
| * | Reduce duplication, fix tests | Scott Mabin | 2023-11-18 | 1 | -60/+40 |
| | | |||||
| * | Priority channel using binary heap | Scott Mabin | 2023-11-18 | 1 | -0/+744 |
