Enum AsyncCreationOptions
Specifies flags that control optional behavior for the creation and execution of operations.
Namespace: UnityFx.Async
Assembly: UnityFx.Async-netstandard2.0.dll
Syntax
[Flags]
public enum AsyncCreationOptions
Fields
Name | Description |
---|---|
None | Specifies that the default behavior should be used. |
RunContinuationsAsynchronously | Forces continuations added to the current operation to be executed asynchronously. |
SuppressCancellation | If set cancelling the operation has no effect (silently ignored). |