aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralipov <alipov@yandex-team.ru>2022-02-10 16:51:00 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:00 +0300
commitef816e357a808af26c5d733615158b8c7b2b97f6 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8
parentcdd73a20c7705057c41dcb5dbde995c3b13f0226 (diff)
downloadydb-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.cpp2
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;