-
Notifications
You must be signed in to change notification settings - Fork 607
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
Remove//Improve UnconsAsync #1056
Comments
Interested to see what you've got here. If |
I have similar thoughts. I'd definitely prefer |
Let me play with some ideas. I think I may have something sketched in few days. Not sure if I will make it till tomorrow, but will try. Current implementation of UnconsAsync sort of |
closed by #1066 |
UnconsAsync is currently used by
merge
,prefetch
andpause
. Implementation of UnconsAsync is currently costly and every step requires non-negligible amount of work and allocations.There is chance, that UnconsAsync can be removed and similar functionality implemented with already presented higher-level
async._
combinators.The text was updated successfully, but these errors were encountered: