Macro kernel::debug_enqueue

source ยท
macro_rules! debug_enqueue {
    () => { ... };
    ($msg:expr $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}
Expand description

Add a new line to an internal ring buffer.

The internal queue is only flushed with debug_flush_queue!() or within the panic handler.