tauri/.changes/event-commands-async.md
Lucas Fernandes Nogueira 3cb73d08c6
fix(core): mark event commands as async (#11355)
* fix(core): mark event commands as async

this fixes a deadlock on certain situations

* add tag
2024-10-14 22:44:22 -03:00

103 B

tauri
patch:enhance

Mark the event commands as async so they do not block the main thread.