ya.make 124 B

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