We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a64ed commit 0d4c3dcCopy full SHA for 0d4c3dc
src/task/block_on.rs
@@ -19,7 +19,7 @@ use kv_log_macro::trace;
19
/// Calling this function is similar to [spawning] a thread and immediately [joining] it, except an
20
/// asynchronous task will be spawned.
21
///
22
-/// See also: [`task::blocking`].
+/// See also: [`task::spawn_blocking`].
23
24
/// [`task::spawn_blocking`]: fn.spawn_blocking.html
25
0 commit comments