async scan and custom transforms
Open
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I tried to use the scan function with an async iterator just to realize that the iterator has to be synchronous.
do you see another way of doing an async scan ? if not, should scan be modified to accept the fact that the iterator be more complex (async, promise) or would it be interesting to have it as a new primitive ?
Contributor guide
Assessment
This issue has not been assessed yet.