Re: [PATCH v4 0/4] Additional CondVar methods needed by Rust Binder

From: Alice Ryhl
Date: Mon Jan 29 2024 - 04:13:31 EST


On Sun, Jan 28, 2024 at 9:04 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Mon, Jan 8, 2024 at 3:50 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
> >
> > This patchset contains some CondVar methods that Rust Binder needs.
>
> Applied to `rust-next` with conflicts resolved after the `wait_list`
> rename, added `CondVarTimeoutResult` re-export, fixed typo and added
> note on the `sizeof(int)` being unlikely to change.
>
> Alice: please double-check if I missed something.

Looks good to me.

Alice