Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tokio/src/runtime/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ impl Builder {

/// Sets name of threads spawned by the `Runtime`'s thread pool.
///
/// The default name is "tokio-runtime-worker".
/// The default name is "tokio-rt-worker".
///
/// # Examples
///
Expand All @@ -540,7 +540,7 @@ impl Builder {

/// Sets a function used to generate the name of threads spawned by the `Runtime`'s thread pool.
///
/// The default name fn is `|| "tokio-runtime-worker".into()`.
/// The default name fn is `|| "tokio-rt-worker".into()`.
///
/// # Examples
///
Expand Down