mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-28 15:33:45 +00:00
This was previously used to defer handling disconnections until the next event loop iteration. We now achieve the same with simple use of deferred_invoke(). :^)