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