Function min_len_for_work
Source pub fn min_len_for_work(work: WorkPerItem) -> usize
Expand description
Minimum items per task for a loop bound by arithmetic.
§Arguments
work - cost class of one item of the loop
§Returns
The number of items one task must take to fill the time budget.