Overload | Description |
---|---|
Run(Action) | Queues a task to the queued worker thread. |
Run(Action,CancellationToken) | Queues a task to the queued worker thread. |
Run<T>(Func<T>) | Queues a task to the queued worker thread. |
Run<T>(Func<T>,CancellationToken) | Queues a task to the queued worker thread. |