mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
bb8dafbe1e
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
165 B
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.