summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/subscription
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-03-15 13:35:56 +0300
committerarcadia-devtools <[email protected]>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/threading/future/subscription
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/threading/future/subscription')
-rw-r--r--library/cpp/threading/future/subscription/ut/ya.make17
-rw-r--r--library/cpp/threading/future/subscription/ya.make28
2 files changed, 0 insertions, 45 deletions
diff --git a/library/cpp/threading/future/subscription/ut/ya.make b/library/cpp/threading/future/subscription/ut/ya.make
deleted file mode 100644
index 45210f7bd71..00000000000
--- a/library/cpp/threading/future/subscription/ut/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-UNITTEST_FOR(library/cpp/threading/future/subscription)
-
-OWNER(
- g:kwyt
- g:rtmr
- ishfb
-)
-
-SRCS(
- subscription_ut.cpp
- wait_all_ut.cpp
- wait_all_or_exception_ut.cpp
- wait_any_ut.cpp
- wait_ut_common.cpp
-)
-
-END()
diff --git a/library/cpp/threading/future/subscription/ya.make b/library/cpp/threading/future/subscription/ya.make
deleted file mode 100644
index 7ea9b372ed2..00000000000
--- a/library/cpp/threading/future/subscription/ya.make
+++ /dev/null
@@ -1,28 +0,0 @@
-OWNER(
- g:kwyt
- g:rtmr
- ishfb
-)
-
-SUBSCRIBER(
- swarmer
-)
-
-LIBRARY()
-
-SRCS(
- subscription.cpp
- wait_all.cpp
- wait_all_or_exception.cpp
- wait_any.cpp
-)
-
-PEERDIR(
- library/cpp/threading/future
-)
-
-END()
-
-RECURSE_FOR_TESTS(
- ut
-)