aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/actor/ya.make
blob: 59bd1b0b99c2cb5ac2fd51118f1ffa7744c35e6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY(messagebus_actor)

OWNER(g:messagebus)

SRCS(
    executor.cpp
    thread_extra.cpp
    what_thread_does.cpp
)

END()