pub fn from_stream<S>(stream: S) -> StreamSignalVec<S>
Expand description

Converts a Stream<Item = A> into a SignalVec<Item = A>

The values are always pushed to the end of the SignalVec. This has no performance cost.