Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacobsapps/dc422fd4203102cbacf2ea37b489e9bb to your computer and use it in GitHub Desktop.
Save jacobsapps/dc422fd4203102cbacf2ea37b489e9bb to your computer and use it in GitHub Desktop.
// the compiler is happy now
func escapingSendableClosure(_ then: @escaping @Sendable () -> Void) {
Task {
then()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment