Make collect* return SemiFuture
Summary: Migration from Future-returning executor-erasing collectX forms to SemiFuture-returning forms, that are less risky in particular with coroutines. Earlier changes added collectXSemiFuture and collectXUnsafe as a migration path. This diff changes the behaviour of collectX to return SemiFuture. Reviewed By: yfeldblum Differential Revision: D20260537 fbshipit-source-id: 9e01536e4d9af68ff429f9fcd10aea4881d62041
Showing
Please register or sign in to comment