Executor-taking and SemiFuture versions of folly::futures::map.
Summary: Allow map to take a SemiFuture vector by changing the way the return type is deduced. Add overloads that take executor to apply.via and run the mapped tasks on a specified executor, and additionally return a Future that completes on that executor. Reviewed By: andriigrynenko Differential Revision: D7559540 fbshipit-source-id: f9480ea89fcfaa25a050ee7428dc69de300ccfde
Showing
Please register or sign in to comment