mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-07 19:58:36 +00:00
Since AsyncIteratorClose and IteratorClose differ only in that the async version awaits the inner value we just implement them with an enum flag to switch just that behavior.