mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
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.
|