aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/local_executor/ya.make
blob: e3405566782395957ae316eafb42735b156ac6bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OWNER(
    g:matrixnet 
    gulin
    kirillovs 
    espetrov 
)

LIBRARY()

SRCS(
    local_executor.cpp
    tbb_local_executor.cpp
)

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