diff options
author | tender-bum <tender-bum@yandex-team.ru> | 2022-02-10 16:50:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:01 +0300 |
commit | 4aef354b224559d2b031487a10d4f5cc6e82e95a (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/thread/factory_ut.cpp | |
parent | c78b06a63de7beec995c1007bc5332bdf3d75b69 (diff) | |
download | ydb-4aef354b224559d2b031487a10d4f5cc6e82e95a.tar.gz |
Restoring authorship annotation for <tender-bum@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/thread/factory_ut.cpp')
-rw-r--r-- | util/thread/factory_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/thread/factory_ut.cpp b/util/thread/factory_ut.cpp index 352c7c90a6..647d96c901 100644 --- a/util/thread/factory_ut.cpp +++ b/util/thread/factory_ut.cpp @@ -29,7 +29,7 @@ private: TRunAble r; { - THolder<IThreadFactory::IThread> thr = SystemThreadFactory()->Run(&r); + THolder<IThreadFactory::IThread> thr = SystemThreadFactory()->Run(&r); thr->Join(); } @@ -45,7 +45,7 @@ private: pool.Start(0); - THolder<IThreadFactory::IThread> thr = pool.Run(&r); + THolder<IThreadFactory::IThread> thr = pool.Run(&r); thr->Join(); } |