mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
runtime: fix typo in unhandled_panic (#6660)
This commit is contained in:
@@ -816,7 +816,7 @@ impl Builder {
|
|||||||
///
|
///
|
||||||
/// By default, an unhandled panic (i.e. a panic not caught by
|
/// By default, an unhandled panic (i.e. a panic not caught by
|
||||||
/// [`std::panic::catch_unwind`]) has no impact on the runtime's
|
/// [`std::panic::catch_unwind`]) has no impact on the runtime's
|
||||||
/// execution. The panic is error value is forwarded to the task's
|
/// execution. The panic's error value is forwarded to the task's
|
||||||
/// [`JoinHandle`] and all other spawned tasks continue running.
|
/// [`JoinHandle`] and all other spawned tasks continue running.
|
||||||
///
|
///
|
||||||
/// The `unhandled_panic` option enables configuring this behavior.
|
/// The `unhandled_panic` option enables configuring this behavior.
|
||||||
|
|||||||
Reference in New Issue
Block a user