aboutsummaryrefslogtreecommitdiffstats
path: root/util/thread/pool.h
diff options
context:
space:
mode:
authoryuraaka <yuraaka@yandex-team.ru>2022-02-10 16:47:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:05 +0300
commit4230543261d7a38ef4dc14785ae0d45f2da43704 (patch)
tree7d5099e41a66d7501887488432100e3cfc69ea72 /util/thread/pool.h
parent8cac63f90980b825f78cbd01f45b396297047c2c (diff)
downloadydb-4230543261d7a38ef4dc14785ae0d45f2da43704.tar.gz
Restoring authorship annotation for <yuraaka@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/thread/pool.h')
-rw-r--r--util/thread/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/pool.h b/util/thread/pool.h
index d1ea3a67cb..1db151be8e 100644
--- a/util/thread/pool.h
+++ b/util/thread/pool.h
@@ -304,7 +304,7 @@ public:
bool Add(IObjectInQueue* obj) override Y_WARN_UNUSED_RESULT;
/** @param thrnum, @param maxque are ignored */
- void Start(size_t thrnum = 0, size_t maxque = 0) override;
+ void Start(size_t thrnum = 0, size_t maxque = 0) override;
void Stop() noexcept override;
size_t Size() const noexcept override;