mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Most of IPC::Connection is thread-safe, but the responsiveness timer is very much not so, this commit makes sure only one thread can send stuff through IPC to avoid having threads racing in IPC::Connection. This is simply less work than making sure everything IPC::Connection uses (now and later) is thread-safe.
13 KiB
13 KiB