فهرست منبع

Add missing ConfigureAwait

Oren Novotny 9 سال پیش
والد
کامیت
d0d983c296
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Ix.NET/Source/System.Interactive.Async/AsyncEnumerable.Creation.cs

+ 1 - 1
Ix.NET/Source/System.Interactive.Async/AsyncEnumerable.Creation.cs

@@ -77,7 +77,7 @@ namespace System.Linq
 
                     using (ct.Register(stop))
                     {
-                        return await moveNext(ct, tcs);
+                        return await moveNext(ct, tcs).ConfigureAwait(false);
                     }
                 },
                 current,