mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
This avoids the need for multiple layout RPC operations immediately following return of control to script. This means that layout and script can continue to operate in parallel at this point, rather than one potentially waiting on the shared mutex to be unlocked.