aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/actor/ya.make
blob: bd871502b60f5d4a240e6ea012897ac140765f61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY(messagebus_actor)

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

PEERDIR(
    library/cpp/deprecated/atomic
)

END()

RECURSE_FOR_TESTS(
    ut
)