Add Unsafe version of collect functions to ease migration to safe SemiFuture versions
Summary: Migration from Future-returning executor-erasing collectX forms to SemiFuture-returning forms, that are less risky in particular with coroutines. An earlier change added collectXSemiFuture. This diff adds collectXUnsafe as a migration path. Reviewed By: yfeldblum Differential Revision: D20255061 fbshipit-source-id: 379b5ed95aa7782aa121dba8e84cb48f802a57cd
Showing
Please register or sign in to comment