| 37 | |
| 38 | namespace NYmp { |
| 39 | inline void SetThreadCount(size_t threads) { |
| 40 | TMtpQueueHelper::Instance().SetThreadCount(threads); |
| 41 | } |
| 42 | |
| 43 | inline size_t GetThreadCount() { |
| 44 | return TMtpQueueHelper::Instance().GetThreadCount(); |
no test coverage detected