Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Behavior.CoroutineTask< T > Class Template Referenceabstract

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.

Detailed Description

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

Member Function Documentation

◆ GetAwaiter()

Gets the awaiter for this coroutine task.

Returns

◆ Run()

Task< T > ff14bot.Behavior.CoroutineTask< T >.Run ( )
abstract

Provides the body of this coroutine task.

Returns