diff options
Diffstat (limited to 'library/cpp/threading/local_executor')
-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; |