nerve/thread/watchdog/
mod.rs

1//! Thread Watchdog for Nerve Framework
2//!
3//! This module provides thread watchdog monitoring.
4//! Actual implementations are provided by the nerve_thread plugin package.
5
6#![warn(missing_docs)]
7
8// Placeholder module - implementations provided by nerve_thread package