summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future
diff options
context:
space:
mode:
authoralexv-smirnov <[email protected]>2023-03-28 22:25:04 +0300
committeralexv-smirnov <[email protected]>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/cpp/threading/future
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
Revert ymake build from ydb oss export
Diffstat (limited to 'library/cpp/threading/future')
-rw-r--r--library/cpp/threading/future/mt_ut/ya.make12
-rw-r--r--library/cpp/threading/future/perf/ya.make11
-rw-r--r--library/cpp/threading/future/ut/ya.make10
-rw-r--r--library/cpp/threading/future/ya.make25
4 files changed, 0 insertions, 58 deletions
diff --git a/library/cpp/threading/future/mt_ut/ya.make b/library/cpp/threading/future/mt_ut/ya.make
deleted file mode 100644
index fee088813ad..00000000000
--- a/library/cpp/threading/future/mt_ut/ya.make
+++ /dev/null
@@ -1,12 +0,0 @@
-UNITTEST_FOR(library/cpp/threading/future)
-
-SRCS(
- future_mt_ut.cpp
-)
-
-IF(SANITIZER_TYPE)
- SIZE(MEDIUM)
-ENDIF()
-
-
-END()
diff --git a/library/cpp/threading/future/perf/ya.make b/library/cpp/threading/future/perf/ya.make
deleted file mode 100644
index 06774201073..00000000000
--- a/library/cpp/threading/future/perf/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-Y_BENCHMARK(library-threading-future-perf)
-
-SRCS(
- main.cpp
-)
-
-PEERDIR(
- library/cpp/threading/future
-)
-
-END()
diff --git a/library/cpp/threading/future/ut/ya.make b/library/cpp/threading/future/ut/ya.make
deleted file mode 100644
index 7b182741691..00000000000
--- a/library/cpp/threading/future/ut/ya.make
+++ /dev/null
@@ -1,10 +0,0 @@
-UNITTEST_FOR(library/cpp/threading/future)
-
-SRCS(
- async_semaphore_ut.cpp
- async_ut.cpp
- future_ut.cpp
- legacy_future_ut.cpp
-)
-
-END()
diff --git a/library/cpp/threading/future/ya.make b/library/cpp/threading/future/ya.make
deleted file mode 100644
index 32b54ff5180..00000000000
--- a/library/cpp/threading/future/ya.make
+++ /dev/null
@@ -1,25 +0,0 @@
-SUBSCRIBER(
- swarmer
-)
-
-LIBRARY()
-
-SRCS(
- async_semaphore.cpp
- async.cpp
- core/future.cpp
- core/fwd.cpp
- fwd.cpp
- wait/fwd.cpp
- wait/wait.cpp
- wait/wait_group.cpp
- wait/wait_policy.cpp
-)
-
-END()
-
-RECURSE(
- mt_ut
- perf
- ut
-)