We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scope()
1 parent 923d050 commit 7df683cCopy full SHA for 7df683c
crossbeam-utils/src/thread.rs
@@ -133,6 +133,8 @@ type SharedOption<T> = Arc<Mutex<Option<T>>>;
133
/// returned containing errors from panicked threads. Note that if panics are implemented by
134
/// aborting the process, no error is returned; see the notes of [std::panic::catch_unwind].
135
///
136
+/// **Note:** Since Rust 1.63, this function is soft-deprecated in favor of the more efficient [`std::thread::scope`].
137
+///
138
/// # Examples
139
140
/// ```
0 commit comments