Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop folly_global_cpu_executor_use_throttled_lifo_sem flag
Summary: Now that `CPUThreadPoolExecutor` uses `ThrottledLifoSem` by default, there is no reason anymore to have a custom override for the global executor, it should just follow the global default behavior of `CPUThreadPoolExecutor`, so we can remove the flags. Reviewed By: yfeldblum Differential Revision: D65945195 fbshipit-source-id: 43aba489937aa8891c23dd028b6dce6536c41ad9
- Loading branch information