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