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
The pin-weak provides a weak pointer that is compatible with `Pin<Arc>`.
Unfortunately, these are not compatible with the Arc that we use from
portable-atomic-utils. Provide a simplified implementation of this
until the pin-weak is able to gain this functionality.
Signed-off-by: David Brown <[email protected]>
0 commit comments