Fix exception ignored by coro::Future<void>
Summary: If `coro::Promise<void>` completes with exception, `coro::Future<void>` should throw this exception, but currently it just ignores it. Reviewed By: iahs Differential Revision: D34211495 fbshipit-source-id: 99e2855646b907ac2a87c800bc8b9cb1eff82087
Showing
Please register or sign in to comment