Remove a large pile of asio helpers
commit145512b64ccfdf4b850df562a79c6ca6ff2b64a5
authorFred Emmott <fredemmott@fb.com>
Fri, 20 Feb 2015 22:30:22 +0000 (20 14:30 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Sat, 21 Feb 2015 02:00:45 +0000 (20 18:00 -0800)
tree32c83d62a541d4f369251647ee7d29bc79917243
parent74b983b4005af9d62a6bf20f1ae4fedde8bca231
Remove a large pile of asio helpers

Summary: We're not entirely confident the API for anything other than v() and m() is stable, so we're going to put them in a composer package.

While I'm here, add an HHI for those two

{sync, type="parent", child="external", childrevid="33825", childdiffid="175545", parentdiffid="6556604"}

Reviewed By: @elgenie

Differential Revision: D1861924
16 files changed:
hphp/hack/hhi/stdlib/builtins_asio_utils.hhi [new file with mode: 0644]
hphp/system/php.txt
hphp/system/php/async/ResultOrExceptionWrapper.ns.php [deleted file]
hphp/system/php/async/WrappedException.ns.php [deleted file]
hphp/system/php/async/WrappedResult.ns.php [deleted file]
hphp/system/php/async/util.ns.php
hphp/test/slow/async/hh-async-filter-map.php [deleted file]
hphp/test/slow/async/hh-async-filter-map.php.expectf [deleted file]
hphp/test/slow/async/hh-async-mapper-changes-type.php [deleted file]
hphp/test/slow/async/hh-async-mapper-changes-type.php.expectf [deleted file]
hphp/test/slow/async/hh-async-matrix.php [deleted file]
hphp/test/slow/async/hh-async-matrix.php.expectf [deleted file]
hphp/test/slow/async/hh-async-utils.php [new file with mode: 0644]
hphp/test/slow/async/hh-async-utils.php.expectf [new file with mode: 0644]
hphp/test/slow/async/hh-async.php [deleted file]
hphp/test/slow/async/hh-async.php.expect [deleted file]