Structs§
- An owned permission to join on a thread (block on its termination).
Functions§
- Spawns a new thread to run the provided function
functionin a recoverable manner. If the functionfunctionpanics during execution, the panic will be caught, and the thread will terminate without crashing the entire program. - Spawns a recoverable function with an error-handling function in a new thread.
- Converts a panic-captured error value into a string.