Class TaskQueue
Represents a serial first-scheduled, first-executed runner of tasks.
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. |