debug_info.h 138 B

12345678910
  1. #pragma once
  2. namespace NYql {
  3. void SetCurrentOperationId(const char* operationId);
  4. long GetRunnigThreadsCount();
  5. } // namespace NYql