-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isAsyncIterable #937
Comments
Hi @char0n , can you assign this to me? I already have this feature implemented. |
@sigfriedCub1990, assigned, I'll look into the PR shortly. |
What is a use case for this? I do not see the necessity for this feature tbh. Does RA support async iterators for |
@levino it's just a simple predicate that tell you if the input value is async iterable or not.
RA doesn't support async interators for map, filter and others. As mentioned, it's just a predicate. |
Is your feature request related to a problem? Please describe.
Checks whether the passed value is async iterable.
Describe the solution you'd like
Describe alternatives you've considered
--
Additional context
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator
The text was updated successfully, but these errors were encountered: