tauri/.changes/run-on-main-thread-refactor.md
Lucas Fernandes Nogueira 9bf82f0d92
fix(core): run_on_main_thread now wakes the event loop (#1949)
* fix(core): `run_on_main_thread` now wakes the event loop

* chore: simplify code
2021-06-04 22:23:03 -03:00

7 lines
134 B
Markdown

---
"tauri-runtime-wry": patch
"tauri": patch
---
The `run_on_main_thread` API now uses WRY's UserEvent, so it wakes the event loop.