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

SRCS(
    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_FOR_TESTS(
    mt_ut
)