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.
1 parent 09428ec commit 998f134Copy full SHA for 998f134
rayon-core/src/spawn/mod.rs
@@ -21,8 +21,7 @@ use std::sync::Arc;
21
///
22
/// This API assumes that the closure is executed purely for its
23
/// side-effects (i.e., it might send messages, modify data protected
24
-/// by a mutex, or some such thing). If you want to compute a result,
25
-/// consider `spawn_future()`.
+/// by a mutex, or some such thing).
26
27
/// There is no guaranteed order of execution for spawns, given that
28
/// other threads may steal tasks at any time. However, they are
0 commit comments