aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/scheduler/ya.make
blob: 382804c408585770448e3bce65f4785f8fb7ecb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY() 
 
OWNER(g:messagebus)
 
PEERDIR(
    library/cpp/threading/future
)

SRCS( 
    scheduler.cpp 
) 
 
END()