Skip to content

Conversation

@danielburkard
Copy link

The compiler can’t prove that the closures don’t escape the local scope. But since “the functions won't return until all of the closure calls have completed” this is not possible. We can use withoutActuallyEscaping to work around this.

Apple Documentation

The compiler can’t prove that the closures don’t escape the local scope. But since “the functions won't return until all of the closure calls have completed” this is not possible. We can use `withoutActuallyEscaping` to work around this.
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.

1 participant