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
Forgive me if this question is basic or out of scope, I'm fairly new to Rust and WASM.
Is there a mechanic for killing an inflight request? I have a program that takes some arguments and could begin taking a long time to process. It's possible I may want to kill an inflight request, change some arguments, and try again without waiting for the current request to complete. Is there a mechanic for ensuring this is done safely?
Forgive me if this question is basic or out of scope, I'm fairly new to Rust and WASM.
Is there a mechanic for killing an inflight request? I have a program that takes some arguments and could begin taking a long time to process. It's possible I may want to kill an inflight request, change some arguments, and try again without waiting for the current request to complete. Is there a mechanic for ensuring this is done safely?
Thanks! Really appreciate this package and the work put into it. I was using a cobbled together version of this https://wasm-bindgen.netlify.app/examples/raytrace previously. This is so much cleaner!
The text was updated successfully, but these errors were encountered: