Skip to main content
Latest
import * as rxjs from "https://deno.land/x/rxjs@v1.0.2/internal/operators/multicast.ts";

Functions

f
multicast
deprecated

An operator that creates a ConnectableObservable, that when connected, with the connect method, will use the provided subject to multicast the values from the source to all consumers.