Closed alekitto closed 4 weeks ago
Support for RefCell has been added in #489, but UnsafeCell and SyncUnsafeCell are not supported. Both are substantially equal to a Cell, so it could be implemented in the same way.
RefCell
UnsafeCell
SyncUnsafeCell
Cell
Support for
RefCell
has been added in #489, butUnsafeCell
andSyncUnsafeCell
are not supported. Both are substantially equal to aCell
, so it could be implemented in the same way.