mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 15:42:00 +03:00
bb8dafbe1e
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
7 lines
165 B
Markdown
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.
|