aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/priority_channel.rs
Commit message (Collapse)AuthorAgeFilesLines
* correct spelling of the word "receive"Stefan Gehr2024-02-031-1/+1
|
* revert module changes, reexport heapless relevant itemsScott Mabin2023-11-201-0/+613
|
* more clean up, refactor channel into module to share codeScott Mabin2023-11-181-653/+0
|
* reduce duplication further by sharing Dynamic sender/receiverScott Mabin2023-11-181-83/+1
|
* docs and simple test for priorityScott Mabin2023-11-181-0/+11
|
* Reduce duplication, fix testsScott Mabin2023-11-181-60/+40
|
* Priority channel using binary heapScott Mabin2023-11-181-0/+744