summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/cancellation/ya.make
blob: 89373871af78965609521da45136df4f839ef45c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

PEERDIR(
    library/cpp/threading/future
)

SRCS(
    cancellation_token.cpp
)

END()

RECURSE_FOR_TESTS(ut)