mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-14 01:16:33 +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(). :^)