Async Generators are by far my favourite #JavaScript feature.
@lvk Mostly for processing streams of data. e.g. I'm using them for a mic input -> ASR -> STT -> LLM loop and it was way easier than the original callback based flow.
@mauve what have you been using them for?
@mauve what usecase? I really feel there's something Im missing about them.