-
Beta Was this translation helpful? Give feedback.
Answered by
lahma
May 23, 2022
Replies: 1 comment
-
Jint is not thread safe, and it's by design, so you need to ensure no multiple threads are accessing the engine at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
artheru
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jint is not thread safe, and it's by design, so you need to ensure no multiple threads are accessing the engine at the same time.