Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum TaskSortingSystem
Visual Basic
Public Enumeration TaskSortingSystem
Visual C++
public enum class TaskSortingSystem

Members

Member nameValueDescription
NeverReorder0
ReorderWhenAdded1
ReorderWhenExecuted2
RunAsync Starts the given Method as async Task on the given TaskDistributor.
RunAsync Starts the given Method as async Task on the given TaskDistributor.
RunAsync Starts the given Method as async Task on the given TaskDistributor.
RunAsync Starts the given Method as async Task on the given TaskDistributor.

See Also