Skip to content

SHTCGClient.ThrottledProcessor

github-actions[bot] edited this page Mar 9, 2026 · 2 revisions

ThrottledProcessor Class

Throttled task processor utilizing threading.channels.

public class ThrottledProcessor : System.IDisposable

Inheritance System.Object 🡒 ThrottledProcessor

Implements System.IDisposable

Methods
EnqueueAsync(Func<CancellationToken,Task>) Enqueue a job
EnqueueAsync<T>(Func<CancellationToken,Task<T>>) Enqueue a job with a return type.

Clone this wiki locally