AsyncIO in folly
authorTudor Bosman <tudorb@fb.com>
Tue, 5 Feb 2013 02:38:14 +0000 (18:38 -0800)
committerJordan DeLong <jdelong@fb.com>
Tue, 19 Mar 2013 00:05:03 +0000 (17:05 -0700)
commit8f45b8d51e9fe5cab83d5e62aeae24aa19c3ae80
tree34121ad8bec6188b59ac129838088743e1fdb83e
parent43300949da6b0714233d968c65cd496cb4fe7c2a
AsyncIO in folly

Summary:
Interface extended and cleaned up.  Also, now
actually allows you to retrieve IO errors.  Also moved some useful functions
out of Subprocess.cpp into a separate header file.

Test Plan: async_io_test, subprocess_test

Reviewed By: philipp@fb.com

FB internal diff: D698412
folly/Exception.h [new file with mode: 0644]
folly/Subprocess.cpp
folly/experimental/io/AsyncIO.cpp [new file with mode: 0644]
folly/experimental/io/AsyncIO.h [new file with mode: 0644]
folly/experimental/io/test/AsyncIOTest.cpp [new file with mode: 0644]