diff options
author | olegator <[email protected]> | 2022-02-10 16:49:55 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:55 +0300 |
commit | 553b4d1ea5e01ab98a8cfa8e3cfed79a0a93972d (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/thread | |
parent | 971cfa1c440a14ae8352b1dbf29a884fea7536db (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/thread')
-rw-r--r-- | util/thread/pool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/thread/pool.h b/util/thread/pool.h index b81603fe17c..d1ea3a67cb6 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 = {}); |