diff options
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)) |
