Re: [PATCH v10 0/5] New trait OwnableRefCounted for ARef<->Owned conversion.

From: Andreas Hindborg
Date: Fri Jun 13 2025 - 09:10:27 EST


Hi Oliver,

Oliver Mangold <oliver.mangold@xxxxx> writes:

> This allows to convert between ARef<T> and Owned<T> by
> implementing the new trait OwnedRefCounted.
>
> This way we will have a shared/unique reference counting scheme
> for types with built-in refcounts in analogy to Arc/UniqueArc.
>
> Signed-off-by: Oliver Mangold <oliver.mangold@xxxxx>

Do you intend to send a new version of the series?


Best regards,
Andreas Hindborg