|
Terraria v1.4.4.9
Terraria source code documentation
|
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< TResult > | Task [get] |
Private Attributes | |
| readonly Task | _task |
| readonly Task< TResult > | _task |
Definition at line 7 of file AsyncMutex.cs.