<@U054MQUPL> : so, if interior mutability doesn't ...
# development
w
@rough-minister-58256 : so, if interior mutability doesn't need to be threadsafe, can use a
RefCell
... but in this case it does need to threadsafe, so you'd need a
Mutex
probably