Historique des commits

Auteur SHA1 Message Date
  Bart De Smet 2659fb7e97 Switch to IAsyncDisposable. il y a 8 ans
  Bart De Smet 73aae2ed1e Remove MoveNextAsync extension method. il y a 8 ans
  Bart De Smet 5f0371628f Remove more CancellationToken stuff. il y a 8 ans
  Bart De Smet c36206ae8d Minimal work to remove CancellationToken from MoveNextAsync. il y a 8 ans
  Bart De Smet 222d160811 Rename MoveNext to MoveNextAsync. il y a 8 ans
  Bart De Smet e093467530 Rename GetEnumerator to GetAsyncEnumerator. il y a 8 ans
  Oren Novotny ff6311d083 Add test for MoveNext extension method il y a 9 ans
  Daniel Weber c1b2e10858 In AsyncIterator.Dispose, check whether cancellationTokenSource is null. Since AsyncIterator is not public, the problem here only arises when a reference of AsyncIterator is explicitly cast to IDisposable and disposed of - in IoC-containers like Autofac, this is a common scenario since it keeps track of all created disposables so this is gonna explode somewhere without this fix. il y a 9 ans
  Oren Novotny 6e9e63754b Optimize OrderBy. We take leverage the non-async versions after the lazy tolist as we cannot order w/o the full sequence il y a 9 ans
  Oren Novotny fcb7426fe9 Ensure cancellation tests have something in-flight to cancel il y a 9 ans
  Oren Novotny abfb2c93da Address some bugs that were hanging tests il y a 9 ans
  Oren Novotny 22de16a87b Fix test to ensure enumerable executes il y a 9 ans
  jnm2 566ceed0b8 Split CanCancel into two tests, fixes #231 il y a 9 ans
  jnm2 97522da57f Updated test to show defect in ToAsyncEnumerable il y a 9 ans
  Oren Novotny f8a3d25c4e #ifdef cleanup of unused symbols il y a 9 ans
  Eli Arbel 562316ad93 Merge fixes il y a 9 ans
  Eli Arbel 5d350fb041 Using async/await il y a 9 ans
  Oren Novotny 1ad21f5a85 Update copyright notice to the .NET Foundation il y a 9 ans
  Brendan Forster af05bd624e .Wait() bubbles up the wrong exception, rewrite this to correct assert il y a 9 ans
  Oren Novotny 62f79dde93 Get tests to build/ported over to xUnit il y a 9 ans
  Pranav 32b3af5e56 Fix tests for 4.0 build il y a 10 ans
  bartdesmet 64a4d52d2c Update AsyncTests.Bugs.cs il y a 10 ans
  Bart De Smet 5260b7a82a Fix for AsyncEnumerable.SelectMany dispose behavior + idempotency for Dispose operations. il y a 10 ans
  Bart De Smet 4e18edd415 Some small memory improvements in Ix-Async. il y a 10 ans
  Bart De Smet 07f10669d0 Fixing some Ix test code. il y a 10 ans
  Bart De Smet 3497cd5b6d Fix for NullReferenceException in SelectMany. il y a 10 ans
  Donna Malayeri a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** il y a 12 ans