diff options
| author | Nikita Petrenko <[email protected]> | 2022-02-10 16:50:57 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:57 +0300 |
| commit | aa72317474c8df5627f69271ae16f4237e5d3612 (patch) | |
| tree | d7e630df3de42aabad50283b0f94db75d86ccaa1 /library/cpp/threading/future/ya.make | |
| parent | 5532ae5e5914329418d821bdad60854ab1f3222c (diff) | |
Restoring authorship annotation for Nikita Petrenko <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading/future/ya.make')
| -rw-r--r-- | library/cpp/threading/future/ya.make | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/threading/future/ya.make b/library/cpp/threading/future/ya.make index 6591031f460..d02721ae4b1 100644 --- a/library/cpp/threading/future/ya.make +++ b/library/cpp/threading/future/ya.make @@ -6,13 +6,13 @@ LIBRARY() SRCS( async.cpp - core/future.cpp - core/fwd.cpp + core/future.cpp + core/fwd.cpp fwd.cpp - wait/fwd.cpp - wait/wait.cpp - wait/wait_group.cpp - wait/wait_policy.cpp + wait/fwd.cpp + wait/wait.cpp + wait/wait_group.cpp + wait/wait_policy.cpp ) END() |
