Re: [PATCH v2 8/8] rust: workqueue: add examples

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


On 6/1/23 10:49, Alice Ryhl wrote:
This adds two examples of how to use the workqueue. The first example
shows how to use it when you only have one `work_struct` field, and the
second example shows how to use it when you have multiple `work_struct`
fields.

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

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