diff options
author | grig <grig@yandex-team.ru> | 2022-02-10 16:50:24 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:24 +0300 |
commit | beb63ece3a6872dfbe113104f524ab6fdbec0adc (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/thread/pool.cpp | |
parent | da383a4f674027527827ad076134241fc5da0cbf (diff) | |
download | ydb-beb63ece3a6872dfbe113104f524ab6fdbec0adc.tar.gz |
Restoring authorship annotation for <grig@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/thread/pool.cpp')
-rw-r--r-- | util/thread/pool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/pool.cpp b/util/thread/pool.cpp index bdef83fe12..05fad02e9b 100644 --- a/util/thread/pool.cpp +++ b/util/thread/pool.cpp @@ -372,7 +372,7 @@ static TAtomic mtp_queue_counter = 0; class TAdaptiveThreadPool::TImpl { public: class TThread: public IThreadFactory::IThreadAble { - public: + public: inline TThread(TImpl* parent) : Impl_(parent) , Thread_(Impl_->Parent_->Pool()->Run(this)) |