Commit 6e320985 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot

move queue-observer

Summary: It's used for executor queues.

Reviewed By: amlannayak

Differential Revision: D30033262

fbshipit-source-id: 9c01e560890373a11b869a8e26ccec2c35267c3c
parent f55bad22
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <atomic> #include <atomic>
#include <folly/Memory.h> #include <folly/Memory.h>
#include <folly/Optional.h> #include <folly/Optional.h>
#include <folly/concurrency/QueueObserver.h> #include <folly/executors/QueueObserver.h>
#include <folly/executors/task_queue/PriorityLifoSemMPMCQueue.h> #include <folly/executors/task_queue/PriorityLifoSemMPMCQueue.h>
#include <folly/executors/task_queue/PriorityUnboundedBlockingQueue.h> #include <folly/executors/task_queue/PriorityUnboundedBlockingQueue.h>
#include <folly/executors/task_queue/UnboundedBlockingQueue.h> #include <folly/executors/task_queue/UnboundedBlockingQueue.h>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <array> #include <array>
#include <folly/concurrency/QueueObserver.h> #include <folly/executors/QueueObserver.h>
#include <folly/executors/ThreadPoolExecutor.h> #include <folly/executors/ThreadPoolExecutor.h>
DECLARE_bool(dynamic_cputhreadpoolexecutor); DECLARE_bool(dynamic_cputhreadpoolexecutor);
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <folly/concurrency/QueueObserver.h> #include <folly/executors/QueueObserver.h>
namespace { namespace {
std::unique_ptr<folly::QueueObserverFactory> std::unique_ptr<folly::QueueObserverFactory>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment