merge stable version #2

Merged
doryan merged 97 commits from experimental into main 2024-08-28 18:54:00 +03:00
Showing only changes of commit f9699180b9 - Show all commits

View File

@ -26,8 +26,6 @@ pub struct InfoBarBuilder {
button: ButtonBuilder, button: ButtonBuilder,
} }
// TODO: Develop a method to safely mutate static.
// Not necessary.
static mut TASKS_QUEUE: VecDeque<JoinHandle<()>> = VecDeque::new(); static mut TASKS_QUEUE: VecDeque<JoinHandle<()>> = VecDeque::new();
// //