aboutsummaryrefslogtreecommitdiff
path: root/embassy-futures/src/yield_now.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix embassy-futures test failureAdam Simpkins2024-04-141-1/+7
| | | | | | | Running `cargo test` in embassy-futures was failing. The `no_run` tag on this doc example caused it to still try and compile this example, just not run it, and compilation failed. This updates the example so that it can successfully compile and run.
* Add `#[must_use]` to all futuresGrant Miller2023-02-241-0/+1
|
* futures: readme, docs improvements.Dario Nieuwenhuis2022-08-291-0/+17
|
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-0/+25