TheRustyPickle/Chirp

Update gui side's queue system

Closed this issue · 0 comments

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?