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

OWNER(g:rtmr) 

SRCS(
    queue.cpp
)

END()