Expand description
§Kueue
A robust, user-level, work-stealing, distributed task scheduler.
The Kueue package consists of multiple binary crates (client, server, worker) to realize the distributed task scheduler. This library crate contains shared code between the Kueue binaries. To obtain the Kueue task scheduler, use “cargo install” instead:
cargo install kueueFind more information on crates.io. The client, server, and worker crates are documented separately.