Resolve the circular dependency between folly/futures/detail/Core.h and Future.h...
authorChristopher Dykes <cdykes@fb.com>
Sun, 4 Jun 2017 18:35:40 +0000 (11:35 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 4 Jun 2017 18:36:33 +0000 (11:36 -0700)
commit7c600a5aa70de803215a9328e6c2b032772d46e7
tree78a45fa66d5cb12c5d72dfd4b418bc68ff6bcae4
parente41df7e91baeb36594fea8bc71ee5f5c4a36143d
Resolve the circular dependency between folly/futures/detail/Core.h and Future.h and Promise.h

Summary: Do this by moving the two helpers that need to refer to them into `folly/futures/helpers.h`.

Reviewed By: yfeldblum

Differential Revision: D5179109

fbshipit-source-id: bdb319ff3432d3629a955c1390dc8bf6f27f4ce6
folly/futures/detail/Core.h
folly/futures/helpers.h