mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
This commit is contained in:
commit
a5e61b0765
1 changed files with 0 additions and 4 deletions
|
@ -18,11 +18,7 @@ fn app() -> Element {
|
|||
count += 1;
|
||||
}
|
||||
|
||||
let val = running.read();
|
||||
|
||||
tokio::time::sleep(Duration::from_millis(400)).await;
|
||||
|
||||
println!("Running: {}", *val);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue