Introduce ExecutionContext.opportunistic for use in apps#9296
Merged
lrytz merged 2 commits intoscala:2.13.xfrom Nov 13, 2020
Hidden character warning
The head ref may contain hidden characters: "wip-opportunistic-\u221a"
Merged
Introduce ExecutionContext.opportunistic for use in apps#9296lrytz merged 2 commits intoscala:2.13.xfrom
lrytz merged 2 commits intoscala:2.13.xfrom
Conversation
48bd47a to
832b3ef
Compare
Contributor
Author
|
@dwijnand You're most welcome! I added a MIMA exception since that errored out the build. Waiting for build confirmation of success. |
lrytz
reviewed
Nov 5, 2020
e433454 to
39edf7e
Compare
Member
|
@viktorklang I changed the field to a |
39edf7e to
ffb55ae
Compare
…e as an escape-hatch for getting the original 2.13.0 batching global EC
ffb55ae to
48c5232
Compare
viktorklang
commented
Nov 9, 2020
viktorklang
commented
Nov 9, 2020
viktorklang
commented
Nov 9, 2020
viktorklang
commented
Nov 9, 2020
72 tasks
48c5232 to
618b63d
Compare
Member
|
@viktorklang updated - lgty now? |
Contributor
Author
|
@lrytz LGTM |
Member
|
There is a remaining issue: Should we move/copy the documentation for |
Member
|
I'd say move and point |
Contributor
Author
dwijnand
reviewed
Nov 12, 2020
618b63d to
0044904
Compare
hamzaremmal
pushed a commit
to hamzaremmal/scala3
that referenced
this pull request
May 2, 2025
hamzaremmal
pushed a commit
to scala/scala3
that referenced
this pull request
May 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Introduces ExecutionContext.opportunistic as a
private[scala]instance as an escape-hatch for getting the original 2.13.0 batching global EC