|
// This should only occur if the task is |
|
// cancelled, which would only occur if |
|
// the JoinSet were aborted, which in turn |
|
// would imply that the receiver has been |
|
// dropped and this code is not running |
|
return Some(internal_err!("Non Panic Task error: {e}")); |
Hello, I don't understand why this error occurs?