Re: [PATCH v1 1/7] rust: workqueue: add low-level workqueue bindings

From: Alice Ryhl
Date: Fri May 19 2023 - 05:43:42 EST


On 5/18/23 16:51, Martin Rodriguez Reboredo wrote:
> On 5/17/23 17:31, Alice Ryhl wrote:
>> + /// Enqueues a work item.
>> + ///
>> + /// This may fail if the work item is already enqueued in a workqueue.
>
> Wouldn't be worth to mention that, if not implied, the item it's going
> to be worked on an unbound CPU?

I'm not really sure what you mean. Can you elaborate?

Alice