Commit History

Author SHA1 Message Date
  Bart De Smet 5851e7e431 Clean up some disposable stuff. 5 years ago
  Bart De Smet 79d66b9600 First step to enable nullable in Rx. 5 years ago
  Claire Novotny f1b5e96157 Update to MIT license 5 years ago
  Bart De Smet 5faffd2edd Remove more redundant assignments. 6 years ago
  Peter Wehrfritz f91f4492e1 Fix comments 7 years ago
  Peter Wehrfritz 4a49a9716a Introduce a common base class for the single values, and resolve some rebase conflicts. 7 years ago
  Peter Wehrfritz 2ffc0754d9 Delay append array creation until the array is really needed 7 years ago
  Peter Wehrfritz 900f162b5d - Add extra loop for the prepend values, that saves the allocation and generation of the first array 7 years ago
  Peter Wehrfritz 65d458dce6 Move the generic type argument to the enclosing static class 7 years ago
  Peter Wehrfritz 029bef360a Split AppendPrependMultiple into two classes depending on the scheduler 7 years ago
  Peter Wehrfritz 694b719fad Use a light recurring scheduling, similar to the `ToObservable()` class 7 years ago
  akarnokd 790f0748e2 4.x: Improve Return/Throw/Append/Prepend with ImmediateScheduler 7 years ago
  Daniel Weber 38693b22d8 Change accesibility of some internal methods/fields to private. 7 years ago
  Daniel Weber 331ad59db7 Remove code redundancies as suggested by ReSharper. 7 years ago
  Daniel Weber 33c58b1424 In preparation for https://github.com/dotnet/reactive/pull/598, we evaluate where to replace IScheduler.Schedule by the ScheduleAction extension which does not allow recursive scheduling. 7 years ago
  akarnokd 4fd8860ae6 4.x: Fix AppendPrepend disposing the main source on ILongRunningSchedulers 7 years ago
  Oren Novotny 03202e0418 Code clean up based on editorconfig 7 years ago
  Peter Wehrfritz 738e3c9a49 Add dedicated class based implementations for Append and Prepend. (#600) 7 years ago