lazycell icon indicating copy to clipboard operation
lazycell copied to clipboard

AtomicLazyCell::fill's current documentation is incorrect

Open nox opened this issue 3 years ago • 0 comments

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.

nox avatar Mar 11 '21 20:03 nox