예제 #1
0
 IAwaiter <TResult> IAwaitable <TResult> .GetAwaiter()
 {
     return(_task.WrapAwaitable().ConfigureAwait(false).GetAwaiter());
 }