Loop forever
This commit is contained in:
parent
070e825703
commit
9c82deb4aa
@ -12,7 +12,7 @@ fn main() {
|
|||||||
// Print buffer
|
// Print buffer
|
||||||
print!("{}", buffer.braille());
|
print!("{}", buffer.braille());
|
||||||
|
|
||||||
for _ in 0..100 {
|
loop {
|
||||||
// Push new cpu usage stats
|
// Push new cpu usage stats
|
||||||
buffer.push();
|
buffer.push();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user