-
Notifications
You must be signed in to change notification settings - Fork 104
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
Adopt concurrency adoption guidelines #230
Conversation
Can one of the admins verify this patch? |
6 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
b91487c
to
a844d9e
Compare
035c5ef
to
0a0d1aa
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.
LGTM. Thanks @stevapple
@swift-server-bot test this please |
@stevapple Let's do the sendable checks in another pr please! We don't mind them for merging right now. |
8af643e
to
a63cda6
Compare
a63cda6
to
b78e4a0
Compare
@swift-server-bot test this please (@tomerd @yim-lee could I get bot rights for this repo and lambda-events as well please?) |
@fabianfett I believe you have them already. Are you experiencing issues? |
Nightly failed because of Sendable checking. |
Adopt Swift Concurrency adoption guidelines for Swift Server Libraries (swift-server/guides#70).
Motivation:
Adopt Swift Concurrency adoption guidelines (for the correct way to import
_Concurrency
).Modifications:
#if compiler(>=5.5) && canImport(_Concurrency)
to judge if Concurrency is available;