Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking

This commit is contained in:
Evan Almloff 2024-01-23 18:46:25 -06:00
commit a5e61b0765

View file

@ -18,11 +18,7 @@ fn app() -> Element {
count += 1;
}
let val = running.read();
tokio::time::sleep(Duration::from_millis(400)).await;
println!("Running: {}", *val);
}
});