Skip to content

Commit 9f7357b

Browse files
bors[bot]kmaork
andauthored
Merge #792
792: Removed outdated documentation r=cuviper a=kmaork `spawn_future()` doesn't exist anymore, so this commit removed a reference to it from the documentation. This closes #234 Co-authored-by: Maor Kleinberger <kmaork@gmail.com>
2 parents 09428ec + 998f134 commit 9f7357b

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)