embassy/embassy-futures/src
Adam Simpkins 5178c24cf4 Fix embassy-futures test failure
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.
2024-04-14 22:30:14 +02:00
..
block_on.rs fut: add poll_once 2023-06-17 08:11:55 -05:00
fmt.rs fmt: disable "unused" warnings. 2024-03-20 14:53:19 +01:00
join.rs futures: add join_array. 2022-08-29 01:00:22 +02:00
lib.rs futures: move select* and join* to separate modules. 2022-08-29 01:00:22 +02:00
select.rs futures: move select* and join* to separate modules. 2022-08-29 01:00:22 +02:00
yield_now.rs Fix embassy-futures test failure 2024-04-14 22:30:14 +02:00