Replies: 2 comments 7 replies
-
Asynchronous javascript should work fine in rustyscript Is there a specific issue you had with it? |
Beta Was this translation helpful? Give feedback.
-
Ok so 0.5.0 is releasing sometime tomorrow, if all goes well It massively increases support for asynchronous and multithreaded usecases HOWEVER, unfortunately since a JS runtime is always singlethreaded by design, multithreaded applications normally use threaded workers, each with a seperate runtime 0.5.0 adds some support for this, in the new |
Beta Was this translation helpful? Give feedback.
-
Js is async with an eventloop so in theory you could call async functions and they should run concurrently? Is that possible with rusty script?
Beta Was this translation helpful? Give feedback.
All reactions