diff options
author | Nikita Petrenko <npetrenko97@gmail.com> | 2022-02-10 16:50:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:57 +0300 |
commit | aa72317474c8df5627f69271ae16f4237e5d3612 (patch) | |
tree | d7e630df3de42aabad50283b0f94db75d86ccaa1 /library/cpp/threading/future/wait/wait_policy.h | |
parent | 5532ae5e5914329418d821bdad60854ab1f3222c (diff) | |
download | ydb-aa72317474c8df5627f69271ae16f4237e5d3612.tar.gz |
Restoring authorship annotation for Nikita Petrenko <npetrenko97@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading/future/wait/wait_policy.h')
-rw-r--r-- | library/cpp/threading/future/wait/wait_policy.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/threading/future/wait/wait_policy.h b/library/cpp/threading/future/wait/wait_policy.h index 310b702f17..151a8ecb83 100644 --- a/library/cpp/threading/future/wait/wait_policy.h +++ b/library/cpp/threading/future/wait/wait_policy.h @@ -1,10 +1,10 @@ -#pragma once - -namespace NThreading { - struct TWaitPolicy { - struct TAll {}; - struct TAny {}; - struct TExceptionOrAll {}; - }; -} - +#pragma once + +namespace NThreading { + struct TWaitPolicy { + struct TAll {}; + struct TAny {}; + struct TExceptionOrAll {}; + }; +} + |