aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/subscription/ya.make
blob: db969b23197668df1527fc4ca45e8a0990488dae (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
)