Y
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
amluto
877 days ago
Hah, I should have spent 120 seconds searching :)
link