You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report @shtse8! Yes, async generators are supported but the types may not be up to date as they're not maintained by us. We hope to include the types in the future, see #1831.
Currently, it doesn't support
IterableCollection<T>
as stated in the doc.https://caolan.github.io/async/v3/docs.html#eachOfLimit
I have tried to put async generator into the arg, and it's working perfect without issue except the type error.
The text was updated successfully, but these errors were encountered: