refCount method

Observable<T> refCount()

Connects to the source only if there is more than one subscriber.

Implementation

Observable<T> refCount() => RefCountObservable<T>(this);