-
Updated
May 1, 2022 - C#
reactive-extensions
Here are 130 public repositories matching this topic...
-
Updated
Apr 24, 2022 - Java
-
Updated
May 4, 2022 - C#
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
May 5, 2022 - C#
-
Updated
Oct 28, 2021 - Swift
-
Updated
Apr 30, 2022 - C#
-
Updated
Oct 11, 2021 - Kotlin
Context
(Motivated by quarkusio/quarkus#21297)
The existing mutiny-kotlin module provides extensions methods for converting between Uni/Mutli and coroutines; however, it's missing a straightforward way to return a suspending function as a Uni.
[The example in the documentation](https://smallrye.io/smallry
-
Updated
May 5, 2022 - C#
-
Updated
Feb 3, 2021
-
Updated
Nov 17, 2021 - C#
-
Updated
Feb 17, 2020 - Kotlin
It would be so great if this library came with tutorial-style docs, like many of the other F# community libraries. At the moment http://fsprojects.github.io/FSharp.Control.Reactive/ looks like "work in progress" because the tutorials aren't there.
I'd like to contribute to this myself too. Ideally each checkin that adds new functionality would also add a sample to the tutorial scripts.
Entering
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Apr 20, 2022 - C#
-
Updated
Jul 11, 2021 - Python
-
Updated
Apr 4, 2022 - C#
-
Updated
Aug 3, 2019
-
Updated
Oct 3, 2020 - C#
-
Updated
Apr 17, 2022 - Python
-
Updated
Mar 3, 2022 - Julia
-
Updated
Mar 6, 2019 - C#
-
Updated
Dec 28, 2021 - C#
-
Updated
Jan 24, 2017 - JavaScript
-
Updated
Apr 9, 2019 - C#
-
Updated
Feb 10, 2022 - Kotlin
Improve this page
Add a description, image, and links to the reactive-extensions topic page so that developers can more easily learn about it.
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."


It would be nice if each operator Javadoc could clearly define the backpressure behaviour.
RxJava does something like this, e.g. http://reactivex.io/RxJava/javadoc/io/reactivex/Flowable.html#flatMap-io.reactivex.functions.Function-