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
In old v7 versions there was v7_interrupt in order to
"It sets a flag that will cause the interpreter to throw an InterruptedError"
is this available in mjs or the only way is to invoke internal die()?
The text was updated successfully, but these errors were encountered:
That's not going to happen.
We treat JS code just like C code.
If the C developer created a busy loop - that's it, it'll brick the device.
The solution is to write a better code.
In old v7 versions there was v7_interrupt in order to
"It sets a flag that will cause the interpreter to throw an InterruptedError"
is this available in mjs or the only way is to invoke internal die()?
The text was updated successfully, but these errors were encountered: