Move GlobalThreadPoolList.h into folly/concurrency/
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 5 Oct 2017 22:40:50 +0000 (15:40 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 5 Oct 2017 22:52:06 +0000 (15:52 -0700)
commit7457019029c72a082174078357c67e2e176f21d4
treef6458e38336c902900d1b9f3709de178ed299c2d
parentff17894be919173b4bbaf5d9f535b62f92806ebf
Move GlobalThreadPoolList.h into folly/concurrency/

Summary:
[Folly] Move `GlobalThreadPoolList.h` into `folly/concurrency/`.

This seems like a better place than the top-level. It seems reasonable because this has *something* to do with concurrency. This is used by executors, but is not itself an executor, so it was not clear that it should go to `folly/executors/`, although that also seems like quite the reasonable choice.

Reviewed By: Orvid

Differential Revision: D5985142

fbshipit-source-id: 6117d133757af74023d6cffb838741da83d173bd
folly/GlobalThreadPoolList.cpp [deleted file]
folly/GlobalThreadPoolList.h [deleted file]
folly/Makefile.am
folly/concurrency/GlobalThreadPoolList.cpp [new file with mode: 0644]
folly/concurrency/GlobalThreadPoolList.h [new file with mode: 0644]
folly/executors/ThreadPoolExecutor.cpp
folly/executors/ThreadPoolExecutor.h