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.
The text was updated successfully, but these errors were encountered:
Contrary to its documentation,
lazycell::AtomicLazyCell::set
can also return an error when the cell is currently being filled by another thread, which means thatcell.set(v); cell.borrow()
can returnNone
sometimes.The text was updated successfully, but these errors were encountered: