Table of Contents

Method DequeueAsync

Namespace
Alternet.UI.Threading
Assembly
Alternet.UI.Common.dll

DequeueAsync(CancellationToken)

Dequeue and execute tasks.

public virtual Task<Func<Task>> DequeueAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Cancellation token for the notification that operations should be canceled.

Returns

Task<Func<Task>>