Skip to content

Commit

Permalink
try only waiting for the cpu thread pool
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 3, 2022
1 parent aa429ab commit ca0e250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/src/threadpool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ arrow::internal::ThreadPool* GetIOThreadPool();
// [[arrow::export]]
void WaitForIdleThreadPool() {
arrow::internal::GetCpuThreadPool()->WaitForIdle();
arrow::io::internal::GetIOThreadPool()->WaitForIdle();
// testing without arrow::io::internal::GetIOThreadPool()->WaitForIdle();
}

0 comments on commit ca0e250

Please sign in to comment.