Replies: 2 comments
-
Please use Discussions for topics that are not Issues. I could be wrong, but I suspect that However, if the |
Beta Was this translation helpful? Give feedback.
-
I did not know about It's not really storage related, but I implemented it in wa-sqlite anyway. You do need to be aware that if you are using a non-Asyncify build (and maybe even if you aren't) then you need a synchronous way to decide whether you want to interrupt (e.g. a fixed maximum elapsed time, or a user action communicated via Atomics/SharedArrayBuffer). |
Beta Was this translation helpful? Give feedback.
-
This is a pretty cool implementation of sqlite wasm. I am looking to abort long running queries. I saw your Faq page about asyncify and wondered if I use it and implement sqlite3_interrupt should I be able to achieve aborting long queries? Thanks for any pointers and heads up.
Beta Was this translation helpful? Give feedback.
All reactions