Replies: 1 comment 2 replies
-
Can you give me a real-world use-case? The way you should do this is have the root machine in some sort of "paused" state. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a simpler way to restart an interpreter.
stop()
removes all listeners, so if I want to keep using the interpreter, I have to re-add them before starting. It would be nice to have arestart()
method to achieve that.Beta Was this translation helpful? Give feedback.
All reactions