mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
9bf82f0d92
* fix(core): `run_on_main_thread` now wakes the event loop * chore: simplify code
7 lines
134 B
Markdown
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.
|