Skip to content

Commit

Permalink
docs: added trailing backticks (#5938)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Aug 17, 2023
1 parent a7d52c2 commit 3d64a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/src/runtime/runtime.rs
Expand Up @@ -260,6 +260,7 @@ impl Runtime {
/// println!("now running on a worker thread");
/// });
/// # }
/// ```
#[track_caller]
pub fn spawn_blocking<F, R>(&self, func: F) -> JoinHandle<R>
where
Expand Down

0 comments on commit 3d64a06

Please sign in to comment.