Stop GUI thread hogging CPU

This commit is contained in:
Luke D. Jones
2024-12-25 11:29:10 +13:00
parent e2d3f99d91
commit e7bbd99178
2 changed files with 3 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ async fn main() -> Result<()> {
})
.unwrap();
}
sleep(Duration::from_millis(300));
}
});