| 251 | } |
| 252 | |
| 253 | IAsynchronousReader::Result ThreadPoolReader::execute(Request /* request */) |
| 254 | { |
| 255 | throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Method `execute` not implemented for ThreadpoolReader"); |
| 256 | } |
| 257 | |
| 258 | void ThreadPoolReader::wait() |
| 259 | { |
no test coverage detected