Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Behavior.CoroutineTask Class Referenceabstract

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.

Detailed Description

Represents a coroutine task that can be derived from to implement coroutine parts with state. This class is awaitable.

Member Function Documentation

◆ GetAwaiter()

CoroutineTaskAwaiter ff14bot.Behavior.CoroutineTask.GetAwaiter ( )

Gets the awaiter for this coroutine task.

Returns

◆ Run()

Task ff14bot.Behavior.CoroutineTask.Run ( )
abstract

Provides the body of this coroutine task.