Closed TheRustyPickle closed 1 year ago
Each userobject currently uses RefCell to keep track of the queue. In certain cases, it can cause double borrow_mut and crash it. It should be updated to ensure this doesn't happen. Perhaps make use of mutex?
Each userobject currently uses RefCell to keep track of the queue. In certain cases, it can cause double borrow_mut and crash it. It should be updated to ensure this doesn't happen. Perhaps make use of mutex?