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