Closed surban closed 12 months ago
This was done by refactoring code to use Arc<RwLock> instead of Rc<RefCell>.
Arc<RwLock>
Rc<RefCell>
Thanks!
This was done by refactoring code to use
Arc<RwLock>
instead ofRc<RefCell>
.