Files
Pac-cogs/videoarchiver/processor
pacnpal e997c6f6b9 Created a proper dependency hierarchy:
core/types.py - Contains shared interfaces and types
queue/types.py - Contains queue-specific types
Components now depend on interfaces rather than concrete implementations
Broke cyclic dependencies:

Removed direct imports between queue_processor.py and manager.py
Removed circular dependencies between core and processor modules
Components now communicate through well-defined interfaces
Improved architecture:

Clear separation of concerns
Better dependency management
More maintainable and testable code
Proper use of dependency injection
2024-11-17 21:11:00 +00:00
..
2024-11-17 19:47:18 +00:00
2024-11-16 22:32:08 +00:00
2024-11-17 21:11:00 +00:00
2024-11-17 19:47:18 +00:00
2024-11-17 19:47:18 +00:00
2024-11-17 19:47:18 +00:00
2024-11-17 19:47:18 +00:00
2024-11-17 19:47:18 +00:00