aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/ya.make
blob: 1d98569906c96831852018ca5a4a4a4a9a20e632 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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(
    benchmark
    mt_ut
    perf
    ut
)