Enum ManualResetCompletionSourceStatus
Represents status of ManualResetCompletionSource.
Namespace: DotNext.Threading.Tasks
Assembly: DotNext.Threading.dll
Syntax
public enum ManualResetCompletionSourceStatus
Fields
Name | Description |
---|---|
Activated | The task is constructed. |
Consumed | The task has been consumed to the source can be reset to its initial state. |
WaitForActivation | The source is ready to use. |
WaitForConsumption | The source has been completed and waiting for consumption of the result. |