From: Hans Fugal Date: Fri, 29 May 2015 20:07:26 +0000 (-0700) Subject: update wangle/rx/README.md X-Git-Tag: v0.42.0~12 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b044e5c9dc25309ea1045515b4ff49aa9f0e218c;p=folly.git 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 --- diff --git a/folly/wangle/rx/README.md b/folly/wangle/rx/README.md index 0f7f6972..8c31ae00 100644 --- a/folly/wangle/rx/README.md +++ b/folly/wangle/rx/README.md @@ -13,11 +13,11 @@ It is basically the plural of Futures (a la Wangle). For more on Rx, I recommend these resources: -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 -The RxJava wiki: https://github.com/Netflix/RxJava/wiki -Netflix QCon presentation: http://www.infoq.com/presentations/netflix-functional-rx -https://rx.codeplex.com/ +- 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 +- The RxJava wiki: https://github.com/Netflix/RxJava/wiki +- Netflix QCon presentation: http://www.infoq.com/presentations/netflix-functional-rx +- https://rx.codeplex.com/ 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