terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Threading.Tasks.TaskCompletionSource< TResult > Class Template Reference

Public Member Functions

 TaskCompletionSource ()
 
 TaskCompletionSource (TaskCreationOptions creationOptions)
 
 TaskCompletionSource (object state)
 
 TaskCompletionSource (object state, TaskCreationOptions creationOptions)
 
bool TrySetException (Exception exception)
 
bool TrySetResult (TResult result)
 
bool TrySetCanceled ()
 
bool TrySetCanceled (CancellationToken cancellationToken)
 

Properties

Task< TResultTask [get]
 

Private Member Functions

void SpinUntilCompleted ()
 

Private Attributes

readonly Task< TResult_task
 

Detailed Description

Definition at line 7 of file TaskCompletionSource.cs.


The documentation for this class was generated from the following file: