mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-11 15:15:51 +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.