Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. const m = source.multicast(new Subject<number>()).refCount();
  2. m.subscribe(observer("a"));
  3. m.subscribe(observer("b"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement