aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/task_scheduler/ya.make
blob: 2964c97984e591b8b0bce31f331a2335dd028f54 (plain) (blame)
1
2
3
4
5
6
7
8
9
LIBRARY() 
 
OWNER(g:middle) 
 
SRCS( 
    task_scheduler.cpp 
) 
 
END()