Last active
August 23, 2017 06:09
-
-
Save cartant/feb6ef0ec5f83139b71364e3e2e49a34 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