From: Andre Pinto Date: Sat, 3 Oct 2015 19:47:55 +0000 (-0700) Subject: Fix async readme X-Git-Tag: deprecate-dynamic-initializer~358 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3fcb3e0930f28d6ababee44ec8198d95ae8cd744;p=folly.git Fix async readme Summary: AsyncPipe is already open source Reviewed By: @yfeldblum Differential Revision: D2506476 --- diff --git a/folly/io/async/README.md b/folly/io/async/README.md index ed03085d..a6214dbd 100644 --- a/folly/io/async/README.md +++ b/folly/io/async/README.md @@ -257,7 +257,6 @@ clarity, we don't reuse the same fd as a socket to receive signals. ### AsyncPipe Async reads/writes to a unix pipe, to send data between processes. -Why don't you just use AsyncSocket for now? ## Helper Classes