From 3fcb3e0930f28d6ababee44ec8198d95ae8cd744 Mon Sep 17 00:00:00 2001 From: Andre Pinto Date: Sat, 3 Oct 2015 12:47:55 -0700 Subject: [PATCH] Fix async readme Summary: AsyncPipe is already open source Reviewed By: @yfeldblum Differential Revision: D2506476 --- folly/io/async/README.md | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1