Commit b044e5c9 authored by Hans Fugal's avatar Hans Fugal Committed by Noam Lerner

update wangle/rx/README.md

Summary:
https://github.com/facebook/wangle/pull/1

Test Plan: reads better

Reviewed By: jsedgwick@fb.com

Subscribers: fugalh, exa, folly-diffs@, jsedgwick, yfeldblum, chalfant

FB internal diff: D2111498

Signature: t1:2111498:1432927058:1f14b38faa324d0bdef9421ae5592244a6b78928
parent b89b79d9
...@@ -13,11 +13,11 @@ It is basically the plural of Futures (a la Wangle). ...@@ -13,11 +13,11 @@ It is basically the plural of Futures (a la Wangle).
For more on Rx, I recommend these resources: For more on Rx, I recommend these resources:
Netflix blog post (RxJava): http://techblog.netflix.com/2013/02/rxjava-netflix-api.html - Netflix blog post (RxJava): http://techblog.netflix.com/2013/02/rxjava-netflix-api.html
Introduction to Rx eBook (C#): http://www.introtorx.com/content/v1.0.10621.0/01_WhyRx.html - Introduction to Rx eBook (C#): http://www.introtorx.com/content/v1.0.10621.0/01_WhyRx.html
The RxJava wiki: https://github.com/Netflix/RxJava/wiki - The RxJava wiki: https://github.com/Netflix/RxJava/wiki
Netflix QCon presentation: http://www.infoq.com/presentations/netflix-functional-rx - Netflix QCon presentation: http://www.infoq.com/presentations/netflix-functional-rx
https://rx.codeplex.com/ - https://rx.codeplex.com/
There are open source C++ implementations, I haven't looked at them. They There are open source C++ implementations, I haven't looked at them. They
might be the best way to go rather than writing it NIH-style. I mostly did it might be the best way to go rather than writing it NIH-style. I mostly did it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment