Multiple priority scheduler (#44701)

Improves the scheduler by allowing tasks to have a set priority which
will significantly improve responsiveness.

Release notes:

- N/A

---------

Co-authored-by: Yara <git@yara.blue>
Co-authored-by: dvdsk <noreply@davidsk.dev>
This commit is contained in:
localcc
2025-12-12 06:32:30 -08:00
committed by GitHub
parent 4d0e760b04
commit 636d11ebec
24 changed files with 1118 additions and 155 deletions

1
Cargo.lock generated
View File

@@ -7239,6 +7239,7 @@ dependencies = [
"libc",
"log",
"lyon",
"mach2 0.5.0",
"media",
"metal",
"naga",