Exemplo n.º 1
0
 public static AsyncBehaviour.UnityAwaiter GetAwaiter(this CustomYieldInstruction @this) => Await.Custom(@this);
Exemplo n.º 2
0
 public static AsyncBehaviour.UnityAwaiter GetAwaiter(this AsyncOperation @this) => Await.AsyncOp(@this);