Re: [PATCH v1 4/7] rust: workqueue: define built-in queues

From: Alice Ryhl
Date: Wed May 31 2023 - 10:08:21 EST


Andreas Hindborg <nmi@xxxxxxxxxxxx> writes:
> Alice Ryhl <aliceryhl@xxxxxxxxxx> writes:
>> +/// Returns the system freezable work queue (`system_freezable_wq`).
>> +///
>> +/// It is equivalent to the one returned by [`system`] except that it's freezable.
>
> Can we add a short definition of what "freezable" means?

I don't know what it means, but I would be happy to add an explanation
if you have one.

Alice