diff options
author | alipov <alipov@yandex-team.ru> | 2022-02-10 16:51:00 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:00 +0300 |
commit | ef816e357a808af26c5d733615158b8c7b2b97f6 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | cdd73a20c7705057c41dcb5dbde995c3b13f0226 (diff) | |
download | ydb-ef816e357a808af26c5d733615158b8c7b2b97f6.tar.gz |
Restoring authorship annotation for <alipov@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | library/cpp/threading/local_executor/local_executor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/threading/local_executor/local_executor.cpp b/library/cpp/threading/local_executor/local_executor.cpp index 4fec06348e..1d3fbb4bf4 100644 --- a/library/cpp/threading/local_executor/local_executor.cpp +++ b/library/cpp/threading/local_executor/local_executor.cpp @@ -34,7 +34,7 @@ namespace { Exec(id); } }; - + class TFunctionWrapperWithPromise: public NPar::ILocallyExecutable { private: NPar::TLocallyExecutableFunction Exec; |