You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the request of DelSkayn/rquickjs#125, this is currently a problem for Den to load HTTP files remotely and asynchronously in the sense that I have to block the entire thread for the task to run:
While async reqwest and parallel download of HTTP scripts should work as intended, but the whole execution flow has to be stopped, even in case with dynamic import aka await import(...).
The text was updated successfully, but these errors were encountered:
Per the request of DelSkayn/rquickjs#125, this is currently a problem for Den to load HTTP files remotely and asynchronously in the sense that I have to block the entire thread for the task to run:
https://github.com/stevefan1999-personal/den/blob/25672db84c93b7d36fb70e514dbe5f92b2e63188/den-core/src/loader/http.rs#L109
While async reqwest and parallel download of HTTP scripts should work as intended, but the whole execution flow has to be stopped, even in case with dynamic import aka
await import(...)
.The text was updated successfully, but these errors were encountered: