Last active
August 23, 2017 06:09
-
-
Save cartant/5dc355f8dd00f478270c479188b173ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const m = source.multicast(() => new Subject<number>()).refCount(); | |
m.subscribe(observer("a")); | |
m.subscribe(observer("b")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment