Class ChannelMicroThreadAwaiter<T>
- Namespace
- Stride.Core.Micro
Threading
- Assembly
- Stride.Core.MicroThreading.dll
Type Parameters
T
- Inheritance
-
ChannelMicroThreadAwaiter<T>
- Implements
Constructors
ChannelMicroThreadAwaiter(MicroThread)
Parameters
microThread
MicroThread
Properties
IsCompleted
Property Value
Methods
GetAwaiter()
Returns
GetResult()
Returns
- T
New(MicroThread)
Parameters
microThread
MicroThread
Returns
OnCompleted(Action)
Schedules the continuation action that's invoked when the instance completes.
Parameters
continuation
ActionThe action to invoke when the operation completes.
Exceptions
- Argument
Null Exception The
continuation
argument is null (Nothing in Visual Basic).
UnsafeOnCompleted(Action)
Schedules the continuation action that's invoked when the instance completes.
Parameters
continuation
ActionThe action to invoke when the operation completes.
Exceptions
- Argument
Null Exception The
continuation
argument is null (Nothing in Visual Basic).