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

From: Martin Rodriguez Reboredo
Date: Thu May 18 2023 - 20:29:52 EST


On 5/17/23 17:31, 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.

Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
---
[...]

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