ReactiveX / RxGo

Reactive Extensions for the Go language.
MIT License
4.95k stars 337 forks source link

Custom Producer #395

Open GiorgosAlexakis opened 1 year ago

GiorgosAlexakis commented 1 year ago

In this example, the final items are sent in a channel, available to a consumer. There are many ways to consume or to produce data using RxGo. Publishing the results in a channel is only one of them.

Any examples that don't use channels?

m9p909 commented 1 year ago

I think the observable converters should have examples that don't use channels.

https://github.com/ReactiveX/RxGo#operators-to-convert-observables