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

134 B

tauri-runtime-wry tauri
patch patch

The run_on_main_thread API now uses WRY's UserEvent, so it wakes the event loop.