| 386 | } |
| 387 | |
| 388 | inline void CloseInput() { |
| 389 | Options_.ShouldCloseInput.store(true); |
| 390 | } |
| 391 | |
| 392 | inline static bool TerminateIsRequired(void* processInfo) { |
| 393 | TProcessInfo* pi = reinterpret_cast<TProcessInfo*>(processInfo); |
no test coverage detected