提交历史

作者 SHA1 备注 提交日期
  Daniel Weber d531fa53d7 Remove redundant null checks. 5 年之前
  Daniel Weber e1bed995a2 Rename Build -> CreateAsyncObservable. 5 年之前
  Daniel Weber 3faf42e75d Get rid of dummy parameters in Create in favor of a fluent syntax. 5 年之前
  Daniel Weber 66977b1249 Avoid even more closures with an additional overload of AsyncObservable.Create. There's more room for improvement, especially wrt the T4-generated operators. 5 年之前
  Daniel Weber 077b50e920 AsyncRx: Avoid closure allocations in Linq-operators when only the source-observable is captured. 5 年之前
  Bart De Smet 0b6d56d7bd Switch IAsyncObservable<T>.Subscribe method to return ValueTask 5 年之前
  Claire Novotny f1b5e96157 Update to MIT license 5 年之前
  Bart De Smet 327f0edcea Adding some missing ConfigureAwait(false) calls. 8 年之前
  Bart De Smet c91384933b Moving some functionality to System.Reactive.Async.Core. 8 年之前
  Bart De Smet e11a5d6705 Moving SubscribeAsync extension methods. 8 年之前
  Bart De Smet 5fd3a94c33 Moving all operators to System.Reactive.Async.Linq. 8 年之前