summaryrefslogtreecommitdiffstats
path: root/util/thread
diff options
context:
space:
mode:
authorolegator <[email protected]>2022-02-10 16:49:55 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:55 +0300
commit971cfa1c440a14ae8352b1dbf29a884fea7536db (patch)
treee03e5f1c971e2c7a8e7ba6b0c982587b9191503e /util/thread
parentc1979c2381cc77360b23e68225994f4b343e5acc (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/thread')
-rw-r--r--util/thread/pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/thread/pool.h b/util/thread/pool.h
index d1ea3a67cb6..b81603fe17c 100644
--- a/util/thread/pool.h
+++ b/util/thread/pool.h
@@ -383,8 +383,8 @@ inline void Delete(THolder<IThreadPool> q) {
}
}
-/**
+/**
* Creates and starts TThreadPool if threadsCount > 1, or TFakeThreadPool otherwise
* You could specify blocking and catching modes for TThreadPool only
- */
+ */
THolder<IThreadPool> CreateThreadPool(size_t threadCount, size_t queueSizeLimit = 0, const IThreadPool::TParams& params = {});