Class AwaiterExtensions.SimpleCoroutineAwaiter<T>
Processes Coroutine and notifies completion with result.
Inheritance
object
AwaiterExtensions.SimpleCoroutineAwaiter<T>
Namespace: i5.Toolkit.Core.Utilities.Async
Assembly: cs.temp.dll.dll
Syntax
public class AwaiterExtensions.SimpleCoroutineAwaiter<T> : INotifyCompletion
Type Parameters
Name | Description |
---|---|
T | The result type. |
Properties
IsCompleted
Declaration
public bool IsCompleted { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
Complete(T, Exception)
Declaration
public void Complete(T taskResult, Exception e)
Parameters
Type | Name | Description |
---|---|---|
T | taskResult | |
Exception | e |
GetResult()
Declaration
public T GetResult()
Returns
Type | Description |
---|---|
T |