arrow-fx-coroutines / arrow.fx.coroutines.stream.concurrent / Signal / continuous
abstract fun continuous():
Stream
<A>
Returns a stream of the current value of the signal. An element is always available – on each pull, the current value is supplied.
Do you like Arrow?
✖