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