Expand description
§Learning Module
Asynchronous learning components for pattern extraction and analysis.
This module provides non-blocking pattern extraction through a queue-based worker pool system, allowing episode completion to return quickly while pattern extraction happens in the background.
Re-exports§
pub use queue::PatternExtractionQueue;
Modules§
- queue
- Pattern Extraction Queue
Structs§
- Queue
Config - Configuration for pattern extraction queue
- Queue
Stats - Statistics about queue operations