File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# AsyncEnumerableExtensions
22
3+ > The package is available on NuGet as ` CXuesong.AsyncEnumerableExtensions ` .
4+
35Some rudimentary utilities to flavor [ ` Ix.Async ` ] ( https://github.com/Reactive-Extensions/Rx.NET ) , such as…
46
5- Build your asynchronous sequence, i.e. ` IAsyncEnumerable<T> ` implementation with asynchronous generator methods!
7+ Building your asynchronous sequence, i.e. ` IAsyncEnumerable<T> ` implementation with asynchronous generator methods!
68
79``` c#
810[Fact ]
@@ -30,4 +32,4 @@ public async void NormalGeneratorTest()
3032}
3133```
3234
33- For more usage examples, including cancellation support, see < UnitTestProject1/UnitTest1.cs> .
35+ For more usage examples, including cancellation support, see [ ` UnitTestProject1/UnitTest1.cs ` ] ( UnitTestProject1/UnitTest1.cs ) .
You can’t perform that action at this time.
0 commit comments