| 519 | |
| 520 | template <typename Thread> |
| 521 | void ThreadPoolImpl<Thread>::scheduleOrThrow(Job job, Priority priority, uint64_t wait_microseconds, bool propagate_opentelemetry_tracing_context) |
| 522 | { |
| 523 | scheduleImpl<void>(std::move(job), priority, wait_microseconds, propagate_opentelemetry_tracing_context); |
| 524 | } |
| 525 | |
| 526 | template <typename Thread> |
| 527 | void ThreadPoolImpl<Thread>::wait() |
no outgoing calls
no test coverage detected