tauri/.changes/async-commands.md
2021-05-09 08:52:20 -03:00

7 lines
165 B
Markdown

---
"tauri": patch
"tauri-macros": patch
---
Only commands with a `async fn` are executed on a separate task. `#[command] fn command_name` runs on the main thread.