Move futures helper types into folly::futures::detail
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 20 Jul 2017 08:59:24 +0000 (01:59 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 20 Jul 2017 09:05:16 +0000 (02:05 -0700)
commit5a81b5dfcaeb70e6271d07d2008b39604b7507da
treee90fbcb4151af07623d39a7af6692cd0e01d3f55
parent05a686a79a3babca628fd3be34c86a6140031970
Move futures helper types into folly::futures::detail

Summary:
[Folly] Move futures helper types into `folly::futures::detail`.

From `folly::detail`, where it would be easier to collide. Especially for names like `Core`.

Reviewed By: WillerZ

Differential Revision: D5460766

fbshipit-source-id: 3f7bff784bbb89c7c86d2f1824323d71321c7ad6
folly/futures/Future-inl.h
folly/futures/Future-pre.h
folly/futures/Future.h
folly/futures/Promise-inl.h
folly/futures/Promise.h
folly/futures/detail/Core.h
folly/futures/detail/FSM.h
folly/futures/helpers.h
folly/futures/test/CoreTest.cpp
folly/futures/test/FSMTest.cpp
folly/futures/test/FutureTest.cpp