ya.make 234 B

1234567891011121314151617
  1. UNITTEST_FOR(library/cpp/threading/future/subscription)
  2. OWNER(
  3. g:kwyt
  4. g:rtmr
  5. ishfb
  6. )
  7. SRCS(
  8. subscription_ut.cpp
  9. wait_all_ut.cpp
  10. wait_all_or_exception_ut.cpp
  11. wait_any_ut.cpp
  12. wait_ut_common.cpp
  13. )
  14. END()