ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.03k stars 390 forks source link

Maintenance update #552

Closed ericoporto closed 2 years ago

ericoporto commented 3 years ago

Sorry for asking, but is this library still maintained? I see it hasn't had activity for a bit of time. Is there a roadmap for it? I really want to use it - I already use Rx with TypeScript and having on Cpp would be useful.

xgao1023 commented 3 years ago

Exactly the same question from me. At least in case if there is some bugs/features and I were able to create some PR, is it going to be reviewed and integrated?

antekone commented 3 years ago

I don't think it's maintained. Documentation contains dead links, some examples from documentation are not compileable.

xgao1023 commented 3 years ago

Exactly the same question from me. At least in case if there is some bugs/features and I were able to create some PR, is it going to be reviewed and integrated?

I think I'm going to use it anyway, it mostly working fine. And in case something need to be fixed I probably going to fork it and fix myself.

geiseri commented 3 years ago

I was wondering if most of this could be replaced by ranges and coroutines but I am not sure. The hard part is that RX handles flow control where ranges are more of a lazy on-demand. That being said, when it works rxcpp is quite nice. It's just a bit of a bear to figure it out. :(

kirkshoop commented 2 years ago

I have some help maintaining rxcpp now and some time myself to contribute. I made a new release and I am updating the CI