aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/chunk_queue/ya.make
blob: 7e6ead7b36435eeac5fd85091adfc25494b25b4b (plain) (blame)
1
2
3
4
5
6
7
8
9
LIBRARY() 
 
OWNER(g:rtmr)
 
SRCS( 
    queue.cpp 
) 
 
END()