aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-26/+1
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* fix typo in executor README.mdJonas Spinner2025-01-061-1/+1
|
* [embassy-executor] improved documentationBarnaby Walters2023-12-221-1/+1
| | | | | | | | | | | | * Feature auto-documentation * Task arena sizes in a <details> list * Non-documented comment explaining turbowakers with see-also link Further improvements: * Are the task-arena-size-* numbers sizes in bytes? or something else? * Task arena section could benefit from advice about how to choose a suitable size
* executor: make task arena size configurable.Dario Nieuwenhuis2023-11-241-1/+27
|
* time: Update documentation to use new after_x convenience methodsAdam Greig2023-10-151-1/+1
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-0/+11