Skip to content

Instantly share code, notes, and snippets.

@cartant
Last active August 23, 2017 06:09
Show Gist options
  • Save cartant/feb6ef0ec5f83139b71364e3e2e49a34 to your computer and use it in GitHub Desktop.
Save cartant/feb6ef0ec5f83139b71364e3e2e49a34 to your computer and use it in GitHub Desktop.
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