You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enforce non-reentrancy of ExecutorLoopController::runLoop()
Summary: `runLoop()` is not supposed to be reentrant, but we never enforced it. After having verified that it is indeed not called re-entrantly, we can make the `loopThread_` check stricter.
Reviewed By: Gownta
Differential Revision: D52575247
fbshipit-source-id: 6e3da3b132033b7023a336b5b26fb3eb991302f4
0 commit comments