1//! Thread Coordination for Nerve Framework
2//!
3//! This module provides thread coordination and synchronization.
4//! Actual implementations are provided by the nerve_thread plugin package.
56#![warn(missing_docs)]
78// Placeholder module - implementations provided by nerve_thread package