-
Notifications
You must be signed in to change notification settings - Fork 169
[WIP] Add a few more guides #64
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
206b5a0
to
936ac5b
Compare
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.
I did a fairly light editorial pass over these, avoiding Chunked.md
and Joined.md
at Kevin's request. Nearly all of my feedback is in the form of suggestions, so you can apply them more easily.
Feel free to reach out to me if you have questions, or if you'd like me to take another look.
Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift
Outdated
Show resolved
Hide resolved
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.
I did a fairly light editorial pass over these, avoiding Chunked.md
and Joined.md
at Kevin's request. Nearly all of my feedback is in the form of suggestions, so you can apply them more easily.
Feel free to reach out to me if you have questions, or if you'd like me to take another look.
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.
I did a fairly light editorial pass over these, avoiding Chunked.md
and Joined.md
at Kevin's request. Nearly all of my feedback is in the form of suggestions, so you can apply them more easily.
Feel free to reach out to me if you have questions, or if you'd like me to take another look.
Sorry for the duplicate comments; GitHub was having trouble submitting the form and reloading the page. |
@@ -59,6 +84,26 @@ Include `"AsyncAlgorithms"` as a dependency for your executable target: | |||
|
|||
Finally, add `import AsyncAlgorithms` to your source code. | |||
|
|||
## Getting Started |
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.
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Chris Adamson <[email protected]>
Co-authored-by: Tony Parker <[email protected]>
This is a work in progress to lay the groundwork for guides for chunking, collection initializers, compacted, debounce, joined, reductions, remove duplicates, throttle and timer.