Closed pustekuchen91 closed 10 months ago
Hello,
I'm struggling with combining rtt_target and multiple embassy tasks. Is this even possible? I have problems with passing the channels through different #[embassy_executor::task] because of lifetime.
#[embassy_executor::task]
Any example would be nice ;)
That would be something that you should be asking on the embassy repo :)
Hello,
I'm struggling with combining rtt_target and multiple embassy tasks. Is this even possible? I have problems with passing the channels through different
#[embassy_executor::task]
because of lifetime.Any example would be nice ;)