diff --git a/src/core/lib/iomgr/executor/threadpool.h b/src/core/lib/iomgr/executor/threadpool.h index 2ea1d5fcef4..3bc79aa6c3c 100644 --- a/src/core/lib/iomgr/executor/threadpool.h +++ b/src/core/lib/iomgr/executor/threadpool.h @@ -137,7 +137,7 @@ class ThreadPool : public ThreadPoolInterface { const char* thd_name_ = nullptr; Thread::Options thread_options_; ThreadPoolWorker** threads_ = nullptr; // Array of worker threads - MPMCQueueInterface* queue_ = nullptr; + MPMCQueueInterface* queue_ = nullptr; // Closure queue Atomic shut_down_{false}; // Destructor has been called if set to true