Deprecate collectXSemiFuture
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. We then migrated collectX callsites to collectXSemiFuture or collectXUnsafe and switched the implementation of collectX to the SemiFuture form. This diff adds deprecation flag to collectXSemiFuture during the migration to collectX and and removes from folly tests that are not specific to testing those operations. Reviewed By: yfeldblum Differential Revision: D20841855 fbshipit-source-id: 30818711362c88c3296cfc976cd75fbd94e1c15c
Showing
Please register or sign in to comment