aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/bounded_queue/ya.make
blob: 4c5336f0311c6fcd67f3235de4aa85ec2017ddb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
LIBRARY()

SRCS(
    bounded_queue.h
)

END()

RECURSE_FOR_TESTS(ut)