Expand description
#terminate
Is a rust crate to abstract logic to terminate threads, coroutines and the like.
Structs§
- Parsed
Panic - Simple
Terminate - A simple terminate that does no logging of errors.
Traits§
- Parsed
Panic Error Logger - Logs panics.
- Terminate
- Abstracts the need to terminate a loop or application and to begin and check termination.
Functions§
- panic_
payload_ to_ cause - What caused the panic?