Crate datasynth_runtime

Crate datasynth_runtime 

Source
Expand description

§synth-runtime

Runtime orchestration, parallel execution, and memory management.

This crate provides two orchestrators:

  • GenerationOrchestrator: Basic orchestrator for CoA and journal entries
  • EnhancedOrchestrator: Full-featured orchestrator with all phases

Re-exports§

pub use enhanced_orchestrator::*;
pub use orchestrator::*;

Modules§

enhanced_orchestrator
Enhanced generation orchestrator with full feature integration.
orchestrator
Generation orchestrator for coordinating data generation.