3
votes
0answers
57 views
+100

Multi-threading in IronPython

I have a "script class" in IronPython, and scripting in my app works by calling methods on its instance. I need to implement calling scripts from multiple threads. What is the correct way to do it? I ...