Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
TaskSchedulerAwaiter (TaskScheduler scheduler) | |
void | GetResult () |
void | OnCompleted (Action continuation) |
void | UnsafeOnCompleted (Action continuation) |
Properties | |
bool | IsCompleted [get] |
Private Attributes | |
readonly TaskScheduler | _scheduler |
Definition at line 25 of file TaskScheduler.cs.