X Tutup
The Wayback Machine - https://web.archive.org/web/20201125013303/https://github.com/topics/reactive-extensions
Skip to content
#

reactive-extensions

Here are 122 public repositories matching this topic...

ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Updated Nov 23, 2020
  • C#
simonbasle
simonbasle commented Nov 24, 2020

doOn* callbacks execute BEFORE propagating the signal further, whereas doAfter* execute after.

doOnSubscribe at least has misleading phrasing making it look like the handler is executed after the Subscription has been passed to downstream, which is not the case.

that is to say when a Subscription has been produced by the Publisher
**and passed to the `Subscriber#onSubscribe(

Improve this page

Add a description, image, and links to the reactive-extensions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reactive-extensions topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
X Tutup