It is important to return a value such as: CurrentThreadId() in [0, NumThreads)
| 715 | // It is important to return a value such as: |
| 716 | // CurrentThreadId() in [0, NumThreads) |
| 717 | int RunHandler::Impl::ThreadPoolInterfaceWrapper::NumThreads() const { |
| 718 | return run_handler_impl_->pool_impl_->run_handler_thread_pool()->NumThreads(); |
| 719 | } |
| 720 | |
| 721 | int RunHandler::Impl::ThreadPoolInterfaceWrapper::CurrentThreadId() const { |
| 722 | return run_handler_impl_->pool_impl_->run_handler_thread_pool() |