Netronics.Scheduling.Microthreading.Microthread.Microthread C# (CSharp) Method

Microthread() static private method

static private Microthread ( ) : System
return System
        static Microthread()
        {
            SleepThread = new Thread(SleepThreadLoop);
            SleepThread.Start();
        }

Same methods

Microthread::Microthread ( Func func, Microthread parent = null ) : System