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