Crate Echo

Crate Echo 

Source
Expand description

§Echo: A Resilient, High-Performance Task Scheduler

Provides a structured concurrency runtime for Rust applications, built on a high-performance, priority-aware, work-stealing scheduler. It is designed to be a robust and efficient core execution engine for demanding, concurrent workloads.

Modules§

Queue
Queue Module
Scheduler
Scheduler Module
Task
Task Module