Files
tauri/.changes/async-commands.md

165 B

tauri, tauri-macros
tauri tauri-macros
patch patch

Only commands with a async fn are executed on a separate task. #[command] fn command_name runs on the main thread.