Hacker News new | ask | show | jobs
by manifault 877 days ago
The scx_userland scheduler itself knows which task in user space is the scheduler task, and schedules it when it doesn't have any more runnable tasks to dispatch from the kernel: https://github.com/sched-ext/scx/blob/main/scheds/rust/scx_r...
1 comments

Hah, I should have spent 120 seconds searching :)