コード例 #1
0
 public static AsyncBehaviour.UnityAwaiter GetAwaiter(this CustomYieldInstruction @this) => Await.Custom(@this);
コード例 #2
0
 public static AsyncBehaviour.UnityAwaiter GetAwaiter(this AsyncOperation @this) => Await.AsyncOp(@this);