aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/subscription/ya.make
blob: cb75731dbfdc404a64cba2f793aa85d6dc0d7f9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OWNER(
    g:kwyt
    g:rtmr
    ishfb
)

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
)