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

165 B

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.