ya.make 180 B

1234567891011121314151617
  1. LIBRARY(messagebus_actor)
  2. SRCS(
  3. executor.cpp
  4. thread_extra.cpp
  5. what_thread_does.cpp
  6. )
  7. PEERDIR(
  8. library/cpp/deprecated/atomic
  9. )
  10. END()
  11. RECURSE_FOR_TESTS(
  12. ut
  13. )