feat(todo): remove todo
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user