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
Currently, AtomicLazyCell is missing the borrow_mut, borrow_with, and try_borrow_with functions that LazyCell has. These should be added to ensure we provide a consistent API.
The text was updated successfully, but these errors were encountered:
Currently,
AtomicLazyCell
is missing theborrow_mut
,borrow_with
, andtry_borrow_with
functions thatLazyCell
has. These should be added to ensure we provide a consistent API.The text was updated successfully, but these errors were encountered: