Fibrous.ThreadFiber.InternalStart C# (CSharp) Method

InternalStart() protected method

protected InternalStart ( ) : void
return void
        protected override void InternalStart()
        {
            _running = true;
            _thread.Start();
        }