Open GiorgosAlexakis opened 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?
I think the observable converters should have examples that don't use channels.
https://github.com/ReactiveX/RxGo#operators-to-convert-observables
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?