Go to file
doryan c9dbe4ba6e refactor: remove cell::RefCell, rename TIMERS_QUEUE variable, and etc. (check desc)
Removed unused import, renamed static variable (TIMERS_QUEUE ->
TASKS_QUEUE) and refactored get_instance() and show_infobar() methods.
Return value has been changed (Self -> &'static Self) in get_instance()
method.
A check for opening an infobar has been added and renamed used static
variables in show_infobar() method.
2024-08-02 23:58:24 +04:00
.idea I begin create a Graph structure 2023-09-17 21:21:14 +04:00
src refactor: remove cell::RefCell, rename TIMERS_QUEUE variable, and etc. (check desc) 2024-08-02 23:58:24 +04:00
.gitignore I begin create a Graph structure 2023-09-17 21:21:14 +04:00
Cargo.lock feat(tokio): update tokio 2024-07-29 01:10:06 +04:00
Cargo.toml feat(tokio): update tokio 2024-07-29 01:10:06 +04:00
README.md first commit 2024-02-06 23:35:52 +04:00