aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/scheduler/ya.make
blob: eeeb170526f8b77d41565672c9bf2135d4ef7e32 (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()