Add async locks, config validators, and auto-flush file detector
94 files · 3,074+ · 1,355-

Concurrency and config additions

4 files changed
  • async_locks.py Async lock implementations
  • validators.py Configuration validators
  • __init__.py Config parsers package
  • converters.py Config value converters
  • Added async locks for concurrency control and configuration validation/parsing modules decouple behavioral
    1 file
    • async_locks.py

File operations enhancement

4 files changed
  • auto_flush.py Auto-flush file operation detector
  • helpers.py Detector helpers
  • orchestrator.py Detection orchestrator updates
  • atomic.py Atomic file operations refinements
  • Added auto-flush detector and refined file operation orchestration decouple internal
    1 file
    • auto_flush.py