Move retrying method to separate header in folly/futures
authorMarc Celani <marccelani@fb.com>
Sun, 15 Oct 2017 21:24:44 +0000 (14:24 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 15 Oct 2017 21:36:03 +0000 (14:36 -0700)
Summary: folly/futures depends on folly/Random.h, which in turn depends on <random>, which is a fairly large header. Most users of folly::futures do not use retrying, so separate it into a separate header.

Reviewed By: yfeldblum

Differential Revision: D6028468

fbshipit-source-id: d8155fe2ddff1a65c265a18f040ee6f1be3f3f0a


No differences found