fix `folly::via` for callables returning SemiFuture
Summary: When passing a callable to `folly::via` that returns a SemiFuture, via should return a Future. The implementation does the correct thing but the declaration's return type is not correct. This diff fixes that. Reviewed By: yfeldblum Differential Revision: D9219041 fbshipit-source-id: e61544231e7846c713ff43394c3bf5d1aae18233
Showing
Please register or sign in to comment