Fibrous.ThreadFiber.InternalEnqueue C# (CSharp) Méthode

InternalEnqueue() protected méthode

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