mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-13 10:26:37 +02:00
Previously, TransportSocket sent queued messages from a separate thread but performed all reading on the main thread. With this change, both reading and writing are handled on the same I/O thread. This would allow us to read IPC messages even while the main thread is blocked and process them on a different thread (e.g., a rendering thread).
14 KiB
14 KiB