Files
ladybird/Libraries/LibIPC
Aliaksandr Kalenik b5db79be6d LibIPC: Change TransportSocket to read and write on I/O thread
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).
2025-11-02 22:43:10 +01:00
..
2025-10-21 09:31:22 +02:00
2025-10-21 09:31:22 +02:00
2025-02-12 22:31:43 -07:00
2025-02-12 22:31:43 -07:00