Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ThreadPoolImpl::Impl::BGThreadWrapper() returns void (#5709)
Summary: there is no need to return void*, as std::thread::thread(Func&& f, Args&&... args ) only requires `Func` to be callable. Signed-off-by: Kefu Chai <tchaikov@gmail.com> Pull Request resolved: #5709 Differential Revision: D16832894 fbshipit-source-id: a1e1b876fa8d55589ef5feb5b27f3a435068b747
- Loading branch information