Skip to content

Add & use DISPATCH_NOESCAPE attribute macro #6

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

Closed
wants to merge 1 commit into from
Closed

Add & use DISPATCH_NOESCAPE attribute macro #6

wants to merge 1 commit into from

Conversation

jtbandes
Copy link

@jtbandes jtbandes commented Dec 5, 2015

This will allow the block parameters to dispatch_sync, dispatch_barrier_sync, and dispatch_apply to be exposed to Swift code as @noescape.

This will allow the block parameters to dispatch_sync, dispatch_barrier_sync, and dispatch_apply to be exposed to Swift code as `@noescape`.
@parkera
Copy link
Contributor

parkera commented Dec 5, 2015

Hi @jtbandes - this pull request contains an API change, so let’s follow the Swift evolution process, starting with discussing the idea on the swift-evolution and swift-corelibs-dev lists. We are considering a similar proposal for swift-corelibs-foundation as well, so perhaps we can come up with the same answer for both projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants