stockpile_other.cpp 391 B

123456789101112131415
  1. #include "stockpile.h"
  2. namespace NYT {
  3. ////////////////////////////////////////////////////////////////////////////////
  4. void RunStockpileThread(TStockpileOptions /*options*/, std::atomic<bool>* /*shouldProceed*/)
  5. { }
  6. void RunDetachedStockpileThreads(TStockpileOptions /*options*/)
  7. { }
  8. ////////////////////////////////////////////////////////////////////////////////
  9. } // namespace NYT