Skip to content

Commit 998f134

Browse files
authored
Removed outdated documentation
`spawn_future()` doesn't exist anymore, so this commit removed a reference to it from the documentation. This closes #234
1 parent 09428ec commit 998f134

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rayon-core/src/spawn/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ use std::sync::Arc;
2121
///
2222
/// This API assumes that the closure is executed purely for its
2323
/// 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()`.
24+
/// by a mutex, or some such thing).
2625
///
2726
/// There is no guaranteed order of execution for spawns, given that
2827
/// other threads may steal tasks at any time. However, they are

0 commit comments

Comments
 (0)