Function lazybar_core::cleanup::exit

source ยท
pub async fn exit(
    bar: Option<(&str, bool)>,
    in_runtime: bool,
    exit_code: i32,
) -> !
Expand description

Shutdown the bar as cleanly as possible. Short of SIGKILL, lazybar should never exit without calling this function.