fix(sql) Allow tauri-plugin-sql to work when Tauri is running async (#2038)

This commit is contained in:
John Carmack
2024-11-13 07:58:50 -08:00
committed by GitHub
parent 51856e9e0a
commit 90ef77c872
2 changed files with 16 additions and 2 deletions
@@ -0,0 +1,5 @@
---
"sql": "patch"
---
Allow blocking on async code without creating a nested runtime.