victimsnino / ReactivePlusPlus

Implementation of async observable/observer (Reactive Programming) in C++ with care about performance and templates in mind in ReactiveX approach
https://victimsnino.github.io/ReactivePlusPlus/v2/docs/html/index.html
Boost Software License 1.0
246 stars 28 forks source link

Recheck, cover tests, actualize and document disposable's related logic #666

Closed victimsnino closed 1 day ago

victimsnino commented 1 month ago

Maybe revert https://github.com/victimsnino/ReactivePlusPlus/pull/640/files https://github.com/victimsnino/ReactivePlusPlus/pull/662 this one is incorrect partially Rewrite this one https://discord.com/channels/1014882683895156757/1014882910802804766/1295830271500750898

Currently disposables could be a bit non-intuitive and can be interpreted as subscription but actually they are not. It should be documented properly

victimsnino commented 1 week ago

https://github.com/victimsnino/ReactivePlusPlus/pull/622 https://github.com/victimsnino/ReactivePlusPlus/pull/592 https://github.com/victimsnino/ReactivePlusPlus/pull/515