Remove speculation on cause of error
Co-authored-by: Jubilee <workingjubilee@gmail.com>
This commit is contained in:
parent
db1f0d0458
commit
1ccdc06136
1 changed files with 1 additions and 1 deletions
|
@ -1742,7 +1742,7 @@ impl<'scope, T> JoinInner<'scope, T> {
|
||||||
if let Some(packet) = Arc::get_mut(&mut self.packet) {
|
if let Some(packet) = Arc::get_mut(&mut self.packet) {
|
||||||
packet.result.get_mut().take().unwrap()
|
packet.result.get_mut().take().unwrap()
|
||||||
} else {
|
} else {
|
||||||
Err(Box::new("thread terminated unexpectedly (e.g. due to OS intervention)"))
|
Err(Box::new("thread terminated unexpectedly"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue