Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cartant/5dc355f8dd00f478270c479188b173ca to your computer and use it in GitHub Desktop.
Save cartant/5dc355f8dd00f478270c479188b173ca 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