aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/hot_swap/ya.make
blob: 73cc169411734c940891d6c58d7696aee781adc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()


SRCS(
    hot_swap.cpp
)

PEERDIR(
    library/cpp/deprecated/atomic
)

END()