Module Scheduler

Module Scheduler 

Source
Expand description

§Scheduler

Manages the pool of workers and the task queue system, serving as the main public interface of the Echo library.

Structs§

Scheduler
Manages a pool of worker threads and a work-stealing queue to execute tasks efficiently. This is the primary public-facing struct of the library.