Commit History

Author SHA1 Message Date
  Bart De Smet a63eb273c9 Prepare Ix.Async for cancellation. 6 years ago
  Claire Novotny f1b5e96157 Update to MIT license 5 years ago
  akarnokd 05e5afae94 Replace observable with async-enumerable in docs 5 years ago
  akarnokd a2ff356228 Document AsyncEnumerableEx methods 5 years ago
  Bart De Smet 550db9d840 Use using declarations. 6 years ago
  Bart De Smet f329683555 Enable nullable reference types. 6 years ago
  Bart De Smet 6335194978 Remove dead code of hand-rolled iterators. 6 years ago
  Bart De Smet 0171e2bad0 Use await using which now can bind to configured tasks. 6 years ago
  Bart De Smet 50ae7fe619 Update comment to use `await using`. 6 years ago
  Bart De Smet 9ec8a1f1b4 Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. 6 years ago
  Bart De Smet f5fc1e4353 Getting rid of USE_AWAIT_USING to ensure proper binding for ConfigureAwait(false). 6 years ago
  Bart De Smet 3abd5af342 Use async iterators in Do. 6 years ago
  Bart De Smet c56e02c33a Adding ref assemblies 7 years ago
  Bart De Smet 3a3c59ba42 Change signature of Clone. 7 years ago
  Bart De Smet 906f9c5577 Fix field names. 7 years ago
  Bart De Smet 26c9d054e6 Use cancellation token from field. 7 years ago
  Bart De Smet 07a9483ed7 Share some code and streamline exceptions. 7 years ago
  Bart De Smet b53998f1d6 More code cleanup. 7 years ago
  Bart De Smet 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 years ago
  Oren Novotny 812308825f Update to use latest interface spec 7 years ago
  Bart De Smet 25888d7f63 Cleaning up Ix-Async. 8 years ago
  Bart De Smet b160d5b2ab Moving Do to AsyncEnumerableEx. 8 years ago