Open source AsyncPipe
authorAndre Pinto <aap@fb.com>
Tue, 29 Sep 2015 21:13:54 +0000 (14:13 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Tue, 29 Sep 2015 21:20:20 +0000 (14:20 -0700)
commit2773b36d0fc36a9e2ca04a7600526086d3b4c0a2
treec0e881ba3ea66baf591ceb45a8011cec01ecde65
parentf6f942bec983599c05b0df3d5293c65db79c7783
Open source AsyncPipe

Summary: AsyncPipeReader and AsyncPipeWriter are classes to asynchronously
read and write to pipes.

Reviewed By: @djwatson

Differential Revision: D2479514
folly/Makefile.am
folly/io/async/AsyncPipe.cpp [new file with mode: 0644]
folly/io/async/AsyncPipe.h [new file with mode: 0644]
folly/io/async/AsyncTransport.h
folly/io/async/README.md
folly/io/async/test/AsyncPipeTest.cpp [new file with mode: 0644]