pub unsafe fn panic_process_info<PP: ProcessPrinter, W: Write>(
    procs: &'static [Option<&'static dyn Process>],
    process_printer: &'static Option<&'static PP>,
    writer: &mut W
)
Expand description

More detailed prints about all processes.

NOTE: The supplied writer must be synchronous.