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

SRCS(
    async_semaphore.cpp
    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(
    mt_ut
    perf
    ut
)