Commit f5063ec7 authored by Murali Vilayannur's avatar Murali Vilayannur Committed by Facebook Github Bot

Expose the dynamic cpu thread pool executor gflag define in header file

Summary: Trivial change to allow different services to turn this flag off at runtime

Reviewed By: djwatson

Differential Revision: D8060492

fbshipit-source-id: 8a62065ee1913fc67b6ae6983d03625849e139b3
parent 38bda487
......@@ -19,6 +19,8 @@
#include <folly/DefaultKeepAliveExecutor.h>
#include <folly/executors/ThreadPoolExecutor.h>
DECLARE_bool(dynamic_cputhreadpoolexecutor);
namespace folly {
/**
......
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