Add collectAllSemiFuture and implement collectAll in terms of it
Summary: This will allow incremental migration of `collectAll` to `collectAllSemiFuture`. Once everything is migrated to `collectAllSemiFuture`, `collectAll` will change to be the exact same as `collectAllSemiFuture`, then all uses will be moved back to `collectAll` and `collectAllSemiFuture` will be removed. Reviewed By: yfeldblum Differential Revision: D8015664 fbshipit-source-id: 07a154dc733fd7e1e003f4c103355e7b5d1ad1b5
Showing
Please register or sign in to comment