mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
an IPC channel instead. Because this used a boxed trait object to invoke messages across a process boundary, and boxed trait objects are not supported across IPC, we spawn a helper thread inside the compositor to perform the marshaling for us.