Re: [PATCH v2 7/8] rust: workqueue: add `try_spawn` helper method

From: Martin Rodriguez Reboredo
Date: Thu Jun 01 2023 - 10:59:20 EST


On 6/1/23 10:49, Alice Ryhl wrote:
This adds a convenience method that lets you spawn a closure for
execution on a workqueue. This will be the most convenient way to use
workqueues, but it is fallible because it needs to allocate memory.

Co-developed-by: Gary Guo <gary@xxxxxxxxxxx>
Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
---
[...]

Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx>