-
Couldn't load subscription status.
- Fork 1.4k
Rename ZStream#transduce, ZStream#aggregate, ZStream#aggregateWithin #2099
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
Conversation
|
Tip: edit the original comment to "Resolves #1886" in order to close the accompanying issue when this is merged. You'll see Resolves becomes underlined. |
|
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Could we keep transduce and transduceManaged as aliases for aggregate and aggregateManaged?
|
Done |
…io#2099) * rename ZStream#aggregateWithin => aggregateAsyncWithin * rename ZStream#aggregate => ZStream#aggregateAsync * rename ZStream#transduce => ZStream#aggregate * amend * Keep ZStream#transdue and transduceManaged as aliases, restore alphabetical order
…io#2099) * rename ZStream#aggregateWithin => aggregateAsyncWithin * rename ZStream#aggregate => ZStream#aggregateAsync * rename ZStream#transduce => ZStream#aggregate * amend * Keep ZStream#transdue and transduceManaged as aliases, restore alphabetical order
closes #1886