diff options
| author | grig <[email protected]> | 2022-02-10 16:50:24 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:24 +0300 |
| commit | beb63ece3a6872dfbe113104f524ab6fdbec0adc (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/thread | |
| parent | da383a4f674027527827ad076134241fc5da0cbf (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/thread')
| -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 bdef83fe12a..05fad02e9b9 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)) |
