aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/threading/local_executor/ya.make
blob: df210f92bb6eb148caae374400aaafb8ac49a0d1 (plain) (tree)
1
2
3
4
5
6
7
8
9
      
               
         
             
 
         



                          
                    
                                
 
     
OWNER(
    g:matrixnet
    gulin
    kirillovs
    espetrov
)

LIBRARY()

SRCS(
    local_executor.cpp
    tbb_local_executor.cpp
)

PEERDIR(
    contrib/libs/tbb
    library/cpp/threading/future
)

END()