| 1874 | } |
| 1875 | |
| 1876 | void TUdpHost::GetDebugInfo(TDebugStringCb cb) { |
| 1877 | DebugReqQueue.Enqueue(cb); |
| 1878 | CancelWaitLow(); |
| 1879 | } |
| 1880 | void TUdpHost::ProcessDebugRequests() { |
| 1881 | TDebugStringCb cb; |
| 1882 | while (DebugReqQueue.Dequeue(cb)) { |
no test coverage detected