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 | cdd73a20c7705057c41dcb5dbde995c3b13f0226 (patch) | |
tree | d083ad8d14f942c3a51f3482b2da00ba040e87fa | |
parent | 413ada2a3233c0cdd3864d63aa7d24f4280c7bdd (diff) | |
download | ydb-cdd73a20c7705057c41dcb5dbde995c3b13f0226.tar.gz |
Restoring authorship annotation for <alipov@yandex-team.ru>. Commit 1 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 1d3fbb4bf4..4fec06348e 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; |