asBroadcastStream property

Stream<T> get asBroadcastStream

Returns the result of the computation as a broadcast Stream.

Implementation

Stream<T> get asBroadcastStream =>
    ComputedStreamExtensionImpl<T>(this).asBroadcastStream;