예제 #1
0
 public static System.Runtime.CompilerServices.TaskAwaiter <T> GetAwaiter <T>(
     this IReadOnlyReactiveProperty <T> source)
 {
     return(source.WaitUntilValueChangedAsync(CancellationToken.None).GetAwaiter());
 }
 public static UniTask <T> .Awaiter GetAwaiter <T>(this IReadOnlyReactiveProperty <T> source)
 {
     return(source.WaitUntilValueChangedAsync(CancellationToken.None).GetAwaiter());
 }