Fix SemiAwaitable coro::blockingWait to work on fibers
Summary: We can't use futures::WaitExecutor here, because it may drop some work if detached, which is not supported by coro::Task. Reviewed By: lewissbaker Differential Revision: D16664921 fbshipit-source-id: 9797b2c59af156ec96e64244d5810a5924cfb3cc
Showing
Please register or sign in to comment