The most likely cause for failure in handle.resume() is a panic in the co-routine it was running. We can handle this condition and other failure reasons by setting the state to Finished, cleaning up and writing an error message, preventing panic of the entire event loop.
The most likely cause for failure in handle.resume() is a panic in the co-routine it was running. We can handle this condition and other failure reasons by setting the state to Finished, cleaning up and writing an error message, preventing panic of the entire event loop.