| 735 | } |
| 736 | |
| 737 | void RunHandler::Impl::ScheduleInterOpClosure(std::function<void()> fn) { |
| 738 | VLOG(3) << "Scheduling inter work for " << tws()->GetTracemeId(); |
| 739 | pool_impl_->run_handler_thread_pool()->AddWorkToQueue(tws(), true, |
| 740 | std::move(fn)); |
| 741 | } |
| 742 | |
| 743 | void RunHandler::Impl::ScheduleIntraOpClosure(std::function<void()> fn) { |
| 744 | VLOG(3) << "Scheduling intra work for " << tws()->GetTracemeId(); |