-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Equivalent support for IAsyncEnumerable #2
Comments
Released preview of |
@Arithmomaniac - You mind taking a look through the latest version of the code and validating? I don't have all of the functions migrated, but I've identified separate issues for the remaining ones. I think the latest upload should be good for prod release of v4. |
Just browsing the directory structure, it looks like you got the right idea. (I didn't do a line-by-line-comparison but see that you copied the tests.) I'd just add a chart at the root Readme along the lines of the following:
|
Also, you might want to backlog using a common generator to generate sync and async versions of the same method, instead of needing to copy the code over. |
Thanks for the review! I'll definitely update the readme - good advice! |
Done. I think I'll release 4.0.0 tomorrow unless you have any other objections. |
# This is the 1st commit message: Hide API using Index/Range The polyfills generated by PolySharp cannot be made public as there will be conflicts with the polyfills generated by others. # The commit message viceroypenguin#2 will be skipped: # fixup! Hide API using Index/Range
For each current method, add an equivalent method for
IAsyncEnumerable
s.Progress:
AcquireAggregateBatchCartesianFlattenPipeReturnSliceToArrayByIndexToDataTableToDelimitedStringToDictionaryToLookupTransposeTraceUnfoldThe text was updated successfully, but these errors were encountered: