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
Copy file name to clipboardExpand all lines: _posts/2015-09-29-rxjava.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ title: "RxJava: a Java implementation of Reactive Extentions"
4
4
description: Alessandro introduces RxJava and showcase some beneficts of its use for developing asynchronous APIs.
5
5
---
6
6
7
-
In this talk, [Alessandro](https://twitter.com/DrAL3X)present[RxJava](https://github.com/ReactiveX/RxJava), a framework for developing "future proof" asynchronous APIs based on [Reactive Extension](http://reactivex.io/) concept.
7
+
In this talk, [Alessandro](https://twitter.com/DrAL3X)presents[RxJava](https://github.com/ReactiveX/RxJava), a framework for developing "future proof" asynchronous APIs based on [Reactive Extension](http://reactivex.io/) concept.
8
8
9
-
Functional, state-less and with built-in error handling, this framework allow you to simplify the usage of an Rx API by letting API implementation handle the concurrency and give out the opportunity of filtering and altering the result of it in a clean chainable way.
9
+
Functional, state-less and with built-in error handling, this framework allows you to simplify the usage of an Rx API by letting API implementation handles the concurrency and gives out the opportunity of filtering and altering the result of it in a clean chainable way.
10
10
11
11
Rx is implemented in plenty of languages, from [Java](https://github.com/ReactiveX/RxJava) to [Python](https://github.com/ReactiveX/RxPY), from [.Net](https://github.com/Reactive-Extensions/Rx.NET) to [Swift](https://github.com/kzaher/RxSwift) so it's easy to re-use Rx knowledge everywhere.
0 commit comments