Table of Contents

Enum TaskSchedulerCaptureStrategy

Namespace
LfrlAnvil.Async
Assembly
LfrlAnvil.Core.dll

Represents a strategy for capturing a task scheduler.

public enum TaskSchedulerCaptureStrategy : byte
Extension Methods

Fields

Current = 1

Specifies that the current task scheduler should be captured.

Lazy = 2

Specifies that the task scheduler should not be captured but should be returned on demand.

None = 0

Specifies that the task scheduler should not be captured at all.