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