Skip to main content

Module watchdog

Module watchdog 

Source
Expand description

Watchdog stalled-request recovery module.

Re-exports§

pub use detector::check_watchdog_stall;
pub use handler::handle_watchdog_cancel;
pub use handler::handle_watchdog_dismiss;
pub use notification::render_watchdog_notification;
pub use state::WatchdogNotification;

Modules§

detector
Watchdog stall detection logic.
handler
Cancel and retry key handlers for watchdog notifications.
notification
Watchdog notification UI widget.
state
Watchdog notification state and types.