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 | 3e57c324d47a3a202cb3c5a9648d2f92103d5213 (patch) | |
tree | 6913479b0d0b22ec99bbba7c96f2f930d9095600 /util/thread/factory.h | |
parent | bebbbda5c5ff4ec70d301ac897eb8d6c8da7a9a4 (diff) | |
download | ydb-3e57c324d47a3a202cb3c5a9648d2f92103d5213.tar.gz |
Restoring authorship annotation for <fippo@yandex-team.ru>. Commit 1 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 561fcbac88..29b1aac16b 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; |