| 1 | """ |
| 2 | Highest response ratio next (HRRN) scheduling is a non-preemptive discipline. |
| 3 | It was developed as modification of shortest job next or shortest job first (SJN or SJF) |
| 4 | to mitigate the problem of process starvation. |
nothing calls this directly
no test coverage detected