Skip to content
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 concurrency avail guard to AsyncSequenceOfOne #1671

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

rnro
Copy link
Collaborator

@rnro rnro commented Oct 10, 2023

Motivation:

Building fails with

error: concurrency is only available in macOS 10.15.0 or newer

Modifications:

Add an availability guard to AsyncSequenceOfOne

Result:

Code will build.

Motivation:

Building fails with
```
error: concurrency is only available in macOS 10.15.0 or newer
```

Modifications:

Add an availability guard to `AsyncSequenceOfOne`

Result:

Code will build.
@glbrntt glbrntt added the semver/none No version change required. label Oct 10, 2023
@glbrntt glbrntt merged commit ac27495 into grpc:main Oct 10, 2023
14 checks passed
@rnro rnro deleted the AsyncSequenceOfOne_availability_guard branch October 10, 2023 13:27
@glbrntt glbrntt added the v2 A change for v2 label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version change required. v2 A change for v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants