From: Gabriel Wicke Date: Tue, 26 Dec 2017 05:53:42 +0000 (-0800) Subject: Fix link to window tests in folly/future/README.md X-Git-Tag: v2018.01.01.00~19 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9fbe3ea24b8c1986dddd6db9db995b34aac0ea49;p=folly.git Fix link to window tests in folly/future/README.md Summary: Window tests were moved to a separate file. Update the README to the new location. Reviewed By: yfeldblum Differential Revision: D6636178 fbshipit-source-id: 0313dfe80de7686e1e530ed9eb4bbcefb459633c --- diff --git a/folly/futures/README.md b/folly/futures/README.md index b839056d..f5d178d5 100644 --- a/folly/futures/README.md +++ b/folly/futures/README.md @@ -668,7 +668,7 @@ Although inspired by the C++11 std::future interface, it is not a drop-in replac

It ensures that at any given time, no more than n Futures are being processed.

-

Combine with collectAll, reduce or unorderedReduce. See the tests for examples.

+

Combine with collectAll, reduce or unorderedReduce. See the tests for examples.

Other Possibilities #