Remove busy wait and support multiple wait
Summary: Remove busy wait from Future::wait. If future.wait(timeout) has succeded we should return a ready future, otherwise we should return a future for the final result (not necessarily ready). Reviewed By: yfeldblum Differential Revision: D2646860 fb-gh-sync-id: 62671d09073ad86e84df8c9257e961d2a8c2a339
Showing
Please register or sign in to comment