summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/thread_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/concurrency/thread_pool.h')
-rw-r--r--src/mongo/util/concurrency/thread_pool.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/util/concurrency/thread_pool.h b/src/mongo/util/concurrency/thread_pool.h
index 1cbd6b8b263..29acd9e09c0 100644
--- a/src/mongo/util/concurrency/thread_pool.h
+++ b/src/mongo/util/concurrency/thread_pool.h
@@ -147,11 +147,6 @@ public:
// from ThreadPoolInterface
void startup() override;
void shutdown() override;
-
- /**
- * Joins all scheduled tasks. Can also spawn a free thread that ignores maxThread options to
- * execute pending tasks.
- */
void join() override;
/**
@@ -163,8 +158,6 @@ public:
*
* May be called multiple times, by multiple threads. May not be called by a task in the thread
* pool.
- *
- * Not safe to use when shutdown can be called concurrently.
*/
void waitForIdle();