benlesh / rxjs-for-await

A library for making RxJS support async-await for-await loops via AsyncIterables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this lib now integrated in core rxjs?

tonyxiao opened this issue · comments

Seeing a discussion here ReactiveX/rxjs#5297

Are there now equivalent functionality inside the core package? The PR suggest that it should, however when I actually try for await loop with rxjs 7.5.5 it gives me the following error.

image

Do you know the latest status of native async iterable support?

tl;dr: no. maybe later

found the the code reverting the change you linked above, along with some support for bringing it back to rxjs 8
ReactiveX/rxjs#5492
ReactiveX/rxjs#6857