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
Contrary to its documentation, lazycell::AtomicLazyCell::set can also return an error when the cell is currently being filled by another thread, which means that cell.set(v); cell.borrow() can return None sometimes.