Skip to content

Commit 4bda9bc

Browse files
committed
fix links in docs
1 parent 321b004 commit 4bda9bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/executor/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ impl From<&Executor> for ExecutorStrategy {
129129

130130
/// Initialize a set of sensible defaults for a tokio runtime:
131131
///
132-
/// - [`SpawnBlocking`]` strategy
132+
/// - [`ExecutorBuilder::spawn_blocking`] strategy
133133
/// - Max concurrency equal to the cpu core count.
134134
///
135135
/// Stores the current tokio runtime to spawn tasks with. To use an alternate
136-
/// runtime, use [`spawn_blocking_with_handle()`].
136+
/// runtime, use [`ExecutorBuilder::spawn_blocking_with_handle`].
137137
///
138138
/// Only available with the `tokio` feature.
139139
///
@@ -263,7 +263,7 @@ impl<Strategy> ExecutorBuilder<Strategy> {
263263
/// tokio blocking threadpool via Tokio's [`spawn_blocking`].
264264
///
265265
/// Stores the current tokio runtime to spawn tasks with. To use an alternate
266-
/// runtime, use [`spawn_blocking_with_handle()`].
266+
/// runtime, use [`ExecutorBuilder::spawn_blocking_with_handle`].
267267
///
268268
/// Requires `tokio` feature.
269269
///

0 commit comments

Comments
 (0)