| 581 | } |
| 582 | |
| 583 | inline THandleRef Schedule(const TNehMessage& msg, IOnRecv* fallback, TServiceStatRef& ss) { |
| 584 | TSimpleHandleRef ret(new TSimpleHandle(fallback, msg, !ss ? nullptr : new TStatCollector(ss))); |
| 585 | |
| 586 | Reqs.Enqueue(new TRequest(ret, msg)); |
| 587 | |
| 588 | return ret.Get(); |
| 589 | } |
| 590 | |
| 591 | void RunExecutor() { |
| 592 | //SetHighestThreadPriority(); |