summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/subscription/ya.make
blob: 759c80f339466ad71812f3506cc024b6eb551365 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
)