Be more specific about the implications of the panic!
This commit is contained in:
parent
d5390573ba
commit
9e001ce865
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
///
|
||||
/// # Current implementation
|
||||
///
|
||||
/// If the main thread panics it will return with code `101`.
|
||||
/// If the main thread panics it will terminate all your threads and end your program with code `101`.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue