terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Threading.Tasks.TaskCompletionSource< TResult > Class Template Reference
+ Inheritance diagram for System.Threading.Tasks.TaskCompletionSource< TResult >:
+ Collaboration diagram for System.Threading.Tasks.TaskCompletionSource< TResult >:

Public Member Functions

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

Properties

Task< TResultTask [get, set]
 

Private Member Functions

void SpinUntilCompleted ()
 

Private Attributes

readonly Task< TResult_task
 

Detailed Description

Definition at line 8 of file TaskCompletionSource.cs.


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