Show / Hide Table of Contents

    Class TaskQueue

    Represents a serial first-scheduled, first-executed runner of tasks.
    Inheritance
    Object
    TaskQueue
    Namespace: XploRe.Collections
    Assembly: XploRe.Collections.dll
    Syntax
    public class TaskQueue : Object

    Constructors

    Name Description
    TaskQueue()

    Methods

    Name Description
    Enqueue(Action) Adds a new Action to the end of the queue.
    Enqueue<T>(Func<T>) Adds a new System.Func<> to the end of the queue.
    IsEmpty() Determines whether the execution queue is currently empty.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.