pub mod async_flow;
pub mod async_processor;
pub mod async_runtime;
pub mod async_utils;
#[allow(clippy::module_inception)]
pub mod runtime;
pub mod runtime_trait;
pub mod sync_flow;
pub mod sync_processor;
// 新的Actor运行时
pub mod actor_runtime;
// 系统资源检测和自适应配置
pub mod adaptive;
pub mod builder;
pub mod system_detector;
// 重新导出常用类型
pub use builder::{ForgeRuntimeBuilder, AnyRuntime};