-
Notifications
You must be signed in to change notification settings - Fork 603
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
📝 Add more examples / uses to the Concurrency section in the documentation guide of Fs2 #3437
Merged
Commits on May 16, 2024
-
Added some examples of `parEvalMap` to the *Concurrency* section in the documentation guide.
Configuration menu - View commit details
-
Copy full SHA for 6a26375 - Browse repository at this point
Copy the full SHA 6a26375View commit details
Commits on May 17, 2024
-
Added reasoning about `merge` halting variants and an example of `concurrently` using a producer consumer demo (this example only works in Scala 3)
Configuration menu - View commit details
-
Copy full SHA for 43fc6c2 - Browse repository at this point
Copy the full SHA 43fc6c2View commit details -
Added a similar consumer-producer example to the `parJoin` method. Also mentioned the `parJoinUnbounded` version.
Configuration menu - View commit details
-
Copy full SHA for cb6929a - Browse repository at this point
Copy the full SHA cb6929aView commit details -
🐛📝 Changed Scala 3 code to version 2
Apparently, `mdoc` does not have a way to distinguish between Scala 2 and Scala 3 AFAIK. So this commit changes the examples in Scala 3 to Scala 2.
Configuration menu - View commit details
-
Copy full SHA for 43036a3 - Browse repository at this point
Copy the full SHA 43036a3View commit details -
🐛📝 Added test files and changed
parEvalMap
exampleThe sample routes in the example are actually linked to the project, so I used the testdata/ folder to place some lorem ipsum files.
Configuration menu - View commit details
-
Copy full SHA for c777ae8 - Browse repository at this point
Copy the full SHA c777ae8View commit details -
🐛📝 Changed the
parJoin
exampleThe previous one had conflict because of previous definitions in the `concurrently` one. The new example also runs three streams at the same time to differentiate it a bit more from `merge`.
Configuration menu - View commit details
-
Copy full SHA for a65f9de - Browse repository at this point
Copy the full SHA a65f9deView commit details
Commits on May 22, 2024
-
Changed tree 🌳 to three in typo on `merge` Co-authored-by: Michael Pilquist <mpilquist@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4b55bb5 - Browse repository at this point
Copy the full SHA 4b55bb5View commit details -
Changed 'optimizations' word from british to american english Co-authored-by: Michael Pilquist <mpilquist@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 784ed53 - Browse repository at this point
Copy the full SHA 784ed53View commit details -
Removed unused imports in various examples before `mdoc:reset` Co-authored-by: Michael Pilquist <mpilquist@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 39fa5d3 - Browse repository at this point
Copy the full SHA 39fa5d3View commit details
Commits on May 23, 2024
-
Changed the example as suggested. Now it does not parse the bytes, nor reads from the filesystem. Instead it downloads some files from The Project Gutenberg and creates an `InputStream` from each one of them. Co-authored-by: Michael Pilquist <mpilquist@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3c0af3b - Browse repository at this point
Copy the full SHA 3c0af3bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.