@ivelin.peychev wrote:
This is when the said process will invoke thread lock and respectively crash Rhino.
How can I avoid this crash?
UPDATE:
How would this:using System.Threading; new Thread(() => { Thread.CurrentThread.IsBackground = true; /* run your code here */ Console.WriteLine("Hello, world"); }).Start();
look like in IronPython?
I’m particularly confused with thelambda
operator there.
Posts: 18
Participants: 2