Ibrahim ERTURK

Results 16 comments of Ibrahim ERTURK

This is `the async loop` that runs on the` STM32F429-DK` for your reference. There is no select in `no_std`. The `lilos asnc rtos` was employed here as `task scheduler`. Is...

I'll chek it.

It seems that the `select` macro works for `std `but not `no_std` https://github.com/rust-lang/futures-rs/blob/ae3297f25d4bc26e000990cc1dfd16505ae9998a/futures-util/src/async_await/select_mod.rs#L318

[The proposed solution](https://github.com/slint-ui/slint/issues/2793#issuecomment-1609154575) was implemented by using the macro `select_biased!`, however in the current implementation the method `slint::platform::duration_until_next_timer_update` always returns **None**. I don't know what, but it didn't work. My...

> Indeed, but `select_biased` seems enabled for `no_std`. There is an open PR here https://github.com/rust-lang/futures-rs/pull/1912