libsql-js icon indicating copy to clipboard operation
libsql-js copied to clipboard

Make iterator actually asynchronous

Open penberg opened this issue 6 months ago • 0 comments

As Zeno pointed out, the Rows::js_next() function has no async variant that would return a promise. This means that we'll block the JavaScript thread while fetching for rows.

penberg avatar Apr 25 '25 09:04 penberg