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