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 | 971cfa1c440a14ae8352b1dbf29a884fea7536db (patch) | |
tree | e03e5f1c971e2c7a8e7ba6b0c982587b9191503e /util/thread | |
parent | c1979c2381cc77360b23e68225994f4b343e5acc (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 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 = {}); |