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

OWNER(g:rtmr)

SRCS(
    queue.cpp
)

END()