search_with_offset

Function search_with_offset 

Source
pub fn search_with_offset<SBF, RHS>(
    supply: &SBF,
    offset: Offset,
    divergence_limit: Duration,
    workload: &RHS,
) -> SearchResult
where SBF: SupplyBound + ?Sized, RHS: Fn(Duration) -> Service,
Expand description

Conduct an iterative fixed point search up to a given divergence threshold, assuming a given fixed offset within the busy window.