TrySetResult(in T)
Raise the awaitable completion.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
TrySetResult(T)
public bool TrySetResult(in T value)
Parameters
Returns
Type | Description |
|---|---|
| bool | Indicates if the completion was successfully raised. |