move Futures from folly::wangle to folly
authorJames Sedgwick <jsedgwick@fb.com>
Mon, 12 Jan 2015 14:48:32 +0000 (06:48 -0800)
committerViswanath Sivakumar <viswanath@fb.com>
Tue, 13 Jan 2015 19:01:05 +0000 (11:01 -0800)
commit502c8e4b9f082df107bd46170c3d38ce47a61a07
tree826d1c01643dfcb0f70d5755f930846c6dd054ff
parentf3ac5cca652fc844c5d97f5adbcf9504cfde8cb8
move Futures from folly::wangle to folly

Summary: Namespace change. Next up is to extract the Executors into folly/executors/

Test Plan: wait for contbuild

Reviewed By: davejwatson@fb.com

Subscribers: jsedgwick, trunkagent, fbcode-common-diffs@, chaoyc, search-fbcode-diffs@, lars, davejwatson, ruibalp, hero-diffs@, zeus-diffs@, andrewcox, vikas, mcduff, cold-storage-diffs@, unicorn-diffs@, ldbrandy, targeting-diff-backend@, netego-diffs@, abirchall, fugalh, adamsyta, atlas2-eng@, chenzhimin, mpawlowski, alandau, bmatheny, adityab, everstore-dev@, zhuohuang, mwa, jgehring, prometheus-diffs@, smarlow, akr, bnitka, jcoens, benj, laser-diffs@, zhguo, jying, darshan, micha, apodsiadlo, alikhtarov, fuegen, dzhulgakov, jeremyfein, mshneer, folly-diffs@, wch, lins, tingy, hannesr, maxwellsayles

FB internal diff: D1772779

Tasks: 5960242

Signature: t1:1772779:1420751149:bc0b9220be25f1d46d9cef3fdeaa9c3681217aff
34 files changed:
folly/futures/Future-inl.h
folly/futures/Future.cpp
folly/futures/Future.h
folly/futures/InlineExecutor.h
folly/futures/ManualExecutor.cpp
folly/futures/ManualExecutor.h
folly/futures/OpaqueCallbackShunt.h
folly/futures/Promise-inl.h
folly/futures/Promise.h
folly/futures/QueuedImmediateExecutor.cpp
folly/futures/QueuedImmediateExecutor.h
folly/futures/README.md
folly/futures/ScheduledExecutor.h
folly/futures/Timekeeper.h
folly/futures/Try-inl.h
folly/futures/Try.h
folly/futures/WangleException.h
folly/futures/detail/Core.h
folly/futures/detail/FSM.h
folly/futures/detail/ThreadWheelTimekeeper.cpp
folly/futures/detail/ThreadWheelTimekeeper.h
folly/futures/detail/Types.h
folly/futures/test/Benchmark.cpp
folly/futures/test/ExecutorTest.cpp
folly/futures/test/FSM.cpp
folly/futures/test/FutureTest.cpp
folly/futures/test/Interrupts.cpp
folly/futures/test/Thens.h
folly/futures/test/TimekeeperTest.cpp
folly/futures/test/Try.cpp
folly/futures/test/ViaTest.cpp
folly/io/async/README.md
folly/wangle/channel/AsyncSocketHandler.h
folly/wangle/concurrent/test/ThreadPoolExecutorTest.cpp