Fibrous.ThreadFiber.InternalEnqueue C# (CSharp) Method

InternalEnqueue() protected method

protected InternalEnqueue ( System.Action action ) : void
action System.Action
return void
        protected override void InternalEnqueue(Action action)
        {
            _queue.Enqueue(action);
        }