tauri/.changes/async-commands.md

7 lines
165 B
Markdown
Raw Normal View History

---
"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.