tauri/.changes/fix-window-getter-deadlock.md
Lucas Fernandes Nogueira ab3eb44bac
fix(core): deadlock on window getters, fixes #1893 (#1998)
* fix(core): deadlock on window getters, fixes #1893

* fix compilation without menu feature
2021-06-16 11:07:41 -03:00

152 B

tauri-runtime-wry tauri
patch patch

Panic on window getters usage on the main thread when the event loop is not running and document it.