123456789101112131415 |
- #include "stockpile.h"
- namespace NYT {
- ////////////////////////////////////////////////////////////////////////////////
- void RunStockpileThread(TStockpileOptions /*options*/, std::atomic<bool>* /*shouldProceed*/)
- { }
- void RunDetachedStockpileThreads(TStockpileOptions /*options*/)
- { }
- ////////////////////////////////////////////////////////////////////////////////
- } // namespace NYT
|