async-optional icon indicating copy to clipboard operation
async-optional copied to clipboard

Support of rxjs Observable

Open sayonara-sama opened this issue 7 years ago • 3 comments

It would be great to have support for Observable for rxjs as well.

sayonara-sama avatar Feb 07 '19 17:02 sayonara-sama

I doubt it would be done in observable future, but you are always welcome to make a Pull Request.

treble-snake avatar Feb 07 '19 17:02 treble-snake

@sayonara-sama Nevertheless, could you please approximately describe desired interfaces and maybe some examples of use cases?

treble-snake avatar Feb 07 '19 20:02 treble-snake

@treble-snake Well, it's pretty much the same as for promises, but for observables. I imagine it with the same interfaces, but inside it should expect Observable object and subscribe to it's evens: next, error etc. Please let me know if you need some more details.

sayonara-sama avatar Feb 10 '19 19:02 sayonara-sama