Crate terminate

Source
Expand description

#terminate

Is a rust crate to abstract logic to terminate threads, coroutines and the like.

Structs§

ParsedPanic
SimpleTerminate
A simple terminate that does no logging of errors.

Traits§

ParsedPanicErrorLogger
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?