Skip to content

Commit

Permalink
fix links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlizen committed Jan 2, 2025
1 parent 321b004 commit 4bda9bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ impl From<&Executor> for ExecutorStrategy {

/// Initialize a set of sensible defaults for a tokio runtime:
///
/// - [`SpawnBlocking`]` strategy
/// - [`ExecutorBuilder::spawn_blocking`] strategy
/// - Max concurrency equal to the cpu core count.
///
/// Stores the current tokio runtime to spawn tasks with. To use an alternate
/// runtime, use [`spawn_blocking_with_handle()`].
/// runtime, use [`ExecutorBuilder::spawn_blocking_with_handle`].
///
/// Only available with the `tokio` feature.
///
Expand Down Expand Up @@ -263,7 +263,7 @@ impl<Strategy> ExecutorBuilder<Strategy> {
/// tokio blocking threadpool via Tokio's [`spawn_blocking`].
///
/// Stores the current tokio runtime to spawn tasks with. To use an alternate
/// runtime, use [`spawn_blocking_with_handle()`].
/// runtime, use [`ExecutorBuilder::spawn_blocking_with_handle`].
///
/// Requires `tokio` feature.
///
Expand Down

0 comments on commit 4bda9bc

Please sign in to comment.