aboutsummaryrefslogtreecommitdiff
path: root/tests/scoped_threadpool.rs
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-06 13:01:42 +0100
committerJeff Vander Stoep <jeffv@google.com>2024-02-06 13:01:43 +0100
commit96905156f39d29938fabf7cb278c4f8c52955af5 (patch)
treec23f768a86f6dec3105f8f8420f4b742e9cf3044 /tests/scoped_threadpool.rs
parent76cd97482d403c63d42bbd4e31bfba39442db1d1 (diff)
downloadrayon-core-96905156f39d29938fabf7cb278c4f8c52955af5.tar.gz
Upgrade rayon-core to 1.12.1emu-34-3-release
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/rayon-core For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I4844dc36a655701157d377fbbbe8619abcce504c
Diffstat (limited to 'tests/scoped_threadpool.rs')
-rw-r--r--tests/scoped_threadpool.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scoped_threadpool.rs b/tests/scoped_threadpool.rs
index 534e8bb..9321471 100644
--- a/tests/scoped_threadpool.rs
+++ b/tests/scoped_threadpool.rs
@@ -93,7 +93,7 @@ fn build_scoped_tls_threadpool() {
},
)
.expect("thread pool created");
- // Internally, `crossbeam::scope` will wait for the threads to exit before returning.
+ // Internally, `std::thread::scope` will wait for the threads to exit before returning.
});
});
}