actionqueue-engine 0.1.2

Scheduling, derivation, and concurrency primitives for the ActionQueue task queue engine.
Documentation
1
2
3
4
5
6
7
8
//! Selection utilities for ready run selection.
//!
//! This module provides run selection logic for choosing which ready runs
//! should be leased to executors.
//!
//! The default selector implements priority-then-FIFO ordering for v0.1.

pub mod default_selector;