Crate ksched[−][src]
Expand description
Asynchronous executor for kernel development.
Modules
| executor | An async executor using the Distributed Weighted Round-Robin (DWRR) scheduling algorithm. |
| mpsc | A multi-producer, single-consumer queue for sending values between asynchronous tasks. |
| sync | Synchronization primitives. |
| task | Async executor and some basic futures. |
| time | Temporal quantification. |