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

From: Oliver Mangold
Date: Fri Jun 13 2025 - 09:27:51 EST


Hi Andreas,

yes. I didn't have time to work on this during the last weeks, but I
will post one with the suggested changed next week.

Best,

Oliver

On 13.06.25 15:10, Andreas Hindborg wrote:
> 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
>
>
>