Commit History

Author SHA1 Message Date
  akarnokd eb10483c3d Do not connect if the source completes immediately 7 years ago
  Daniel Weber aa1f4c468e Add a unit test that asserts that RefCount will Connect properly if a previous subscription terminated synchronously. This test will succeed with the fix from 35757bd0820405deae38c424f4197ed73a1d6dea but will fail on the commit before (0bf8cffdaea38cac91feb28d0a5ba8c78e9815e1). 7 years ago
  akarnokd 1324196982 4.x: Clean unnecessary arguments, fix field namings, use patterns, inline out vars 7 years ago
  Oren Novotny 4f2c4d34ee Code cleanup with tests after upping langversion 7 years ago
  Daniel C. Weber bdb54133ab Added lazy RefCount operator for IObservables. Lazy RefCount connects like RefCount but may delay disconnection. This is useful whenever a lot of connect/disconnect cycles are expected within a short timespan but with a significant overhead in connecting/disconnecting. Some unit tests have been added. Lazy RefCount has been excluded from methods that must be present for Qbservable as well. I leave it up to others to decide what Lazy RefCount means for Qbservable and whether there should be an implementation. (#133) 7 years ago
  David Karnok 1a4c2f2691 4.x: Refactor Linq operator unit tests into separate files/classes (#527) 7 years ago