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
commitcdd73a20c7705057c41dcb5dbde995c3b13f0226 (patch)
treed083ad8d14f942c3a51f3482b2da00ba040e87fa
parent413ada2a3233c0cdd3864d63aa7d24f4280c7bdd (diff)
downloadydb-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.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 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;