Make Try independent of Future
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 19 May 2016 00:39:53 +0000 (17:39 -0700)
committerFacebook Github Bot 7 <facebook-github-bot-7-bot@fb.com>
Thu, 19 May 2016 00:53:24 +0000 (17:53 -0700)
commit75f97748ba727ad5762910e10939632f4ad4990b
treec9748aa3a0f75169f382498d7aea380ecec1d96f
parentfdf0474bfe1d5fa6f327705288682070c9fcc92b
Make Try independent of Future

Summary:
[Folly] Make `Try` independent of `Future`.

`Try` is useful for futures, but it can be used independently from futures as well.

Reviewed By: djwatson

Differential Revision: D3319130

fbshipit-source-id: badfcaa482dee6e7bdef14a501b4efc91634fa51
folly/futures/FutureException.h
folly/futures/Try-inl.h
folly/futures/Try.h