You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows users to have linked lists of `Ref<T>` entries, similarly to
how `Box<T>` and `Arc<T>` are currently supported. This will be used in
Binder as it moves away from `Arc`.
Signed-off-by: Wedson Almeida Filho <[email protected]>
0 commit comments