File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ impl From<&Executor> for ExecutorStrategy {
129
129
130
130
/// Initialize a set of sensible defaults for a tokio runtime:
131
131
///
132
- /// - [`SpawnBlocking`]` strategy
132
+ /// - [`ExecutorBuilder::spawn_blocking`] strategy
133
133
/// - Max concurrency equal to the cpu core count.
134
134
///
135
135
/// 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`].
137
137
///
138
138
/// Only available with the `tokio` feature.
139
139
///
@@ -263,7 +263,7 @@ impl<Strategy> ExecutorBuilder<Strategy> {
263
263
/// tokio blocking threadpool via Tokio's [`spawn_blocking`].
264
264
///
265
265
/// 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`].
267
267
///
268
268
/// Requires `tokio` feature.
269
269
///
You can’t perform that action at this time.
0 commit comments