Skip to main content

Module supply

Module supply 

Source
Expand description

Models of resource supply (e.g., dedicated processors, reservations, etc.)

This module provides the trait SupplyBound, which models the notion of a supply-bound function (SBF), as well as common types of supply.

Structs§

Constrained
A periodic resource with reduced jitter.
Dedicated
A trivial model to represent a 100%-available, dedicated processor.
Periodic
The classic periodic resource model.

Traits§

SupplyBound
Generic interface for models of processor supply.