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

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


On Wed Jul 23, 2025 at 6:07 PM CEST, Daniel Almeida wrote:
> On top of that, we can use the
> words "interior mutability" somewhere in the example as well to make it even
> clearer.

You *can* have this example and I encourage it, I think it is valuable. You can
have spinlock or mutex for this purpose in threaded handler, no?