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
i need to figure out for myself if i want a global-ish timeout for all tasks added to the event loop or if i want fine-grained controll over setting a timeout per job...
API wise i also want to think about timeouts on promise (fail promises if not fullfilled after x secs and such)
i also want to do some research on whether or not other engines like spidermonkey have a interrupt handler mechanic (if not this will be a quickjs-only thing)
for theduke/quickjs-rs#4
i think i want to impl this a bit broader (basicly in all public methods of JSRealmAdapter) so you can allways recover from endless loops and such...
Also i want to reimpl timeouts for get_promise_result (which was removed because it was difficult to impl with Futures)
The text was updated successfully, but these errors were encountered: