Rebornbuddy
|
Represents a coroutine task that can be derived from to implement coroutine parts with state. This class is awaitable. More...
Public Member Functions | |
Task | Run () |
Provides the body of this coroutine task. | |
CoroutineTaskAwaiter | GetAwaiter () |
Gets the awaiter for this coroutine task. |
Represents a coroutine task that can be derived from to implement coroutine parts with state. This class is awaitable.
CoroutineTaskAwaiter ff14bot.Behavior.CoroutineTask.GetAwaiter | ( | ) |
Gets the awaiter for this coroutine task.
|
abstract |
Provides the body of this coroutine task.