Change calls from collectAll to collectAllSemiFuture
Summary: We are changing `folly::collectAll` to return `SemiFuture` rather than `Future` and this is needed as an interim step. After all calls to `collectAll` are changed to `collectAllSemiFuture`, we'll be renaming it back to `collectAll`. Reviewed By: yfeldblum Differential Revision: D8157548 fbshipit-source-id: 27b768ac7ff0d6572bde57f01601045a1fd5d5e5
Showing
Please register or sign in to comment