ya.make 152 B

12345678910111213141516
  1. LIBRARY()
  2. PEERDIR(
  3. library/cpp/threading/future
  4. library/cpp/deprecated/atomic
  5. )
  6. SRCS(
  7. scheduler.cpp
  8. )
  9. END()
  10. RECURSE_FOR_TESTS(
  11. ut
  12. )