Module thread

Source
Expand description

Thread Management System for Nerve Framework

Provides thread lifecycle management components including:

  • Thread lifecycle states and transitions
  • Thread coordination and synchronization
  • Watchdog monitoring and heartbeat tracking
  • Thread health and performance monitoring

Modules§

coordination
Thread Coordination for Nerve Framework
lifecycle
Thread Lifecycle Management for Nerve Framework
monitoring
Thread Monitoring for Nerve Framework
prelude
Thread system prelude for convenient imports
watchdog
Thread Watchdog for Nerve Framework

Structs§

SimpleThreadBarrier
Simple thread barrier implementation
SimpleThreadCondition
Simple thread condition implementation
SimpleThreadCoordinator
Simple thread coordinator implementation
SimpleThreadLifecycle
Simple thread lifecycle implementation
SimpleThreadWatchdog
Simple thread watchdog implementation
ThreadManager
Thread management component implementation
ThreadPlugin
Thread plugin for dynamic loading