swift
cb232623
- [Concurrency] Add an environment variable to validate unchecked continuation usage.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
[Concurrency] Add an environment variable to validate unchecked continuation usage. When enabled, we track all active unchecked continuations in a global set, and fatal error if one is called twice. rdar://97390481
References
unsafe-continuation-validation
Author
mikeash
Parents
fc391747
Loading