NeverStream<T> constructor

NeverStream<T>()

Constructs a Stream which never emits an event and simply remains open until implicitly closed by the developer.

Implementation

NeverStream();