Create an Observer without consuming the emitted items.
It returns a <-chan struct{}
that closes once the Observable terminates.
<-rxgo.Just(1, 2, errors.New("foo"))().Run()
Create an Observer without consuming the emitted items.
It returns a <-chan struct{}
that closes once the Observable terminates.
<-rxgo.Just(1, 2, errors.New("foo"))().Run()