projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37d40ee
)
Fix async readme
author
Andre Pinto
<aap@fb.com>
Sat, 3 Oct 2015 19:47:55 +0000
(12:47 -0700)
committer
facebook-github-bot-4
<folly-bot@fb.com>
Sat, 3 Oct 2015 20:20:17 +0000
(13:20 -0700)
Summary: AsyncPipe is already open source
Reviewed By: @yfeldblum
Differential Revision:
D2506476
folly/io/async/README.md
patch
|
blob
|
history
diff --git
a/folly/io/async/README.md
b/folly/io/async/README.md
index ed03085d94bb632ca519f1912467949dbb8943db..a6214dbdfd5034d2e364cd9a93e7f5e9f5c8e86a 100644
(file)
--- 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