forked from rojo-rbx/rojo
Use ::park() instead of ::sleep()
This commit is contained in:
@@ -93,7 +93,7 @@ impl VfsWatcher {
|
||||
}
|
||||
|
||||
loop {
|
||||
thread::sleep(Duration::from_secs(1));
|
||||
thread::park();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user