Returns the result of the computation as a broadcast Stream.
Stream<T> get asBroadcastStream => ComputedStreamExtensionImpl<T>(this).asBroadcastStream;