You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adaptor improves the success and performance of RxJava when Ruby `Proc` is passed to an RxJava method.
4
+
5
+
This enables correct and efficient execution of code such as:
6
+
7
+
```ruby
8
+
Observable.from("one", "two", "three").
9
+
take(2).
10
+
subscribe {|val| puts val}
11
+
```
12
+
13
+
# Binaries
14
+
15
+
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22rxjava-jruby%22).
0 commit comments