Re: [PATCH v7 3/6] rust: irq: add support for non-threaded IRQs and handlers

From: Danilo Krummrich
Date: Wed Jul 23 2025 - 10:37:12 EST


On 7/23/25 4:26 PM, Boqun Feng wrote:
On Wed, Jul 23, 2025 at 10:55:20AM -0300, Daniel Almeida wrote:
But sure, this and the handler pinned initializer thing is not a blocker
issue. However, I would like to see them resolved as soon as possible
once merged.

I think it would be trivial to make the T an impl PinInit<T, E> and use a
completion as example instead of an atomic. So, we should do it right away.

- Danilo