Files
servo/components/script/task_queue.rs
Narfinger 4b87712d64 script: Switch QueuedTask to a struct to support MallocSizeOf (#42531)
This switches the QueuedTask type to a proper struct allowing us to have
MallocSizeOf and similar.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>

Testing: Compilation is the test.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
2026-02-11 08:40:49 +00:00

11 KiB