Aleksey Loginov

Results 22 comments of Aleksey Loginov

> @sgiraudot, @victimsnino Please verify if the referenced commit fixes the problem for you. Thanks! Now it has link, but to another function =) Line: ```cpp rpp::source::just(expensive_to_copy_1, expensive_to_copy_2) ``` Possible...

[repro.zip](https://github.com/doxygen/doxygen/files/11860724/repro.zip) Repro. To reproduce just make `doxygen`. Open "gen_docs/html/group__creational__operators.html" and click on `rpp::source::just(expensive_to_copy_1, expensive_to_copy_2).subscribe([](const auto&){});` Expected - moved to `just` definition Actual - moved to `concat` definition

Closing due to inactivity

Hi Documentation for all operators can be found in [operators namespace](https://reactivex.io/RxCpp/namespacerxcpp_1_1operators.html#ae3b198e1b755808627edd39422d8a3e7) Rest part of the RxCpp has worse documentation. If it is applicable for you, you can use [ReactivePlusPlus documentation](https://victimsnino.github.io/ReactivePlusPlus/docs/html/index.html)...

Hi @mincequi, Thanks for request :) To be honest, I'm not sure if I want to add inside rpp all possible integrations for all possible libraries 😅😅😅 I expect, rpp...

> First of all, does this look sane to you? (It actually works perfectly with my Qt based application). Instead of that, i now want to use uvw's event loop...

Oh, it is still `v1` implementation =) Anyway, it looks pretty correct.

> Yes, since i depend on behavior_subject, i am still at `v1`. Once it is ready, i will switch :) ohhhhhh, can't understand how i've missed it O_O Would add...

@mincequi , behavior_subject added =)

@RobinQu , added local-based thread_pool + global computational scheduler. Is it what you've exptected?