We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89e998 commit 530af3fCopy full SHA for 530af3f
1 file changed
tokio/src/runtime/builder.rs
@@ -516,7 +516,7 @@ impl Builder {
516
517
/// Sets name of threads spawned by the `Runtime`'s thread pool.
518
///
519
- /// The default name is "tokio-runtime-worker".
+ /// The default name is "tokio-rt-worker".
520
521
/// # Examples
522
@@ -540,7 +540,7 @@ impl Builder {
540
541
/// Sets a function used to generate the name of threads spawned by the `Runtime`'s thread pool.
542
543
- /// The default name fn is `|| "tokio-runtime-worker".into()`.
+ /// The default name fn is `|| "tokio-rt-worker".into()`.
544
545
546
0 commit comments