Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.71 KB

File metadata and controls

34 lines (24 loc) · 1.71 KB

Ecosystem Integration

Position in kcenon Ecosystem

thread_system is the concurrency layer of the kcenon ecosystem. It provides high-performance thread pools and DAG-based task scheduling used across systems that require parallel execution.

Dependencies

System Relationship
common_system Direct dependency — core interfaces and patterns

Dependent Systems

System How It Uses thread_system
monitoring_system Thread pool for metric collectors and background processing

All Ecosystem Systems

System Description Docs
common_system Foundation — interfaces, patterns, utilities Docs
thread_system High-performance thread pool, DAG scheduling Docs
logger_system Async logging, decorators, OpenTelemetry Docs
container_system Type-safe containers, SIMD serialization Docs
monitoring_system Metrics, tracing, alerts, plugins Docs
database_system Multi-backend DB (PostgreSQL, SQLite, MongoDB, Redis) Docs
network_system TCP/UDP/WebSocket/HTTP2/QUIC/gRPC networking Docs
pacs_system DICOM medical imaging (12 libraries) Docs

Ecosystem Overview

See the Ecosystem Overview in common_system for the complete dependency map and system selection guide.