diff options
author | fippo <fippo@yandex-team.ru> | 2022-02-10 16:50:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:08 +0300 |
commit | 7bf72dabd2102d9781c1ec7a754579757baa7b90 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/thread/factory.h | |
parent | 3e57c324d47a3a202cb3c5a9648d2f92103d5213 (diff) | |
download | ydb-7bf72dabd2102d9781c1ec7a754579757baa7b90.tar.gz |
Restoring authorship annotation for <fippo@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/thread/factory.h')
-rw-r--r-- | util/thread/factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/factory.h b/util/thread/factory.h index 29b1aac16b..561fcbac88 100644 --- a/util/thread/factory.h +++ b/util/thread/factory.h @@ -49,7 +49,7 @@ public: // XXX: rename to Start inline THolder<IThread> Run(IThreadAble* func) { THolder<IThread> ret(DoCreate()); - + ret->Run(func); return ret; |