Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.AsyncMutex.Waiter Class Referencesealed

Public Member Functions

 Waiter (AsyncMutex owner)
 
void SetException (Exception exception)
 
void SetException (IEnumerable< Exception > exceptions)
 
void SetException (Exception exception)
 
void SetException (IEnumerable< Exception > exceptions)
 
bool TrySetException (Exception exception)
 
bool TrySetException (IEnumerable< Exception > exceptions)
 
bool TrySetException (Exception exception)
 
bool TrySetException (IEnumerable< Exception > exceptions)
 
void SetResult ()
 
void SetResult (TResult result)
 
bool TrySetResult ()
 
bool TrySetResult (TResult result)
 
void SetCanceled ()
 
void SetCanceled (CancellationToken cancellationToken)
 
void SetCanceled ()
 
void SetCanceled (CancellationToken cancellationToken)
 
bool TrySetCanceled ()
 
bool TrySetCanceled (CancellationToken cancellationToken)
 
bool TrySetCanceled ()
 
bool TrySetCanceled (CancellationToken cancellationToken)
 

Properties

AsyncMutex Owner [get]
 
CancellationTokenRegistration CancellationRegistration [get, set]
 
Waiter Next [get, set]
 
Waiter Prev [get, set]
 
Task Task [get]
 
Task< TResultTask [get]
 

Private Attributes

readonly Task _task
 
readonly Task< TResult_task
 

Detailed Description

Definition at line 7 of file AsyncMutex.cs.


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