Skip to content
Snippets Groups Projects
Commit 17df19dc authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

add comment

parent 159e982d
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,7 @@ fn main() { ...@@ -106,6 +106,7 @@ fn main() {
thread::sleep(one_sec); thread::sleep(one_sec);
// Check through all the jobs in the queue // Check through all the jobs in the queue
// TODO: run jobs in a thread so we can reliably tick every second
println!("Running jobs for tick"); println!("Running jobs for tick");
for job in jobs.iter_mut() { for job in jobs.iter_mut() {
// Check if its time for the job to run // Check if its time for the job to run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment