pub unsafe fn panic_process_info<PP: ProcessPrinter, W: Write>(
processes: &'static [ProcessSlot],
process_printer: &'static Option<&'static PP>,
writer: &mut W,
)
Expand description
More detailed prints about all processes.
NOTE: The supplied writer
must be synchronous.