Commit History

Author SHA1 Message Date
  Dávid Karnok a18844d316 Add RefCount overloads with minimum observer count requirement 6 years ago
  Oren Novotny 03202e0418 Code clean up based on editorconfig 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 3964f9f8c0 4.x: Add the IConnectableObservable.AutoConnect() operator (#497) 7 years ago
  Oren Novotny da3b5ed03e move files to src\tests\facades 8 years ago