You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Concurrency] Don't use getenv() unless SWIFT_STDLIB_HAS_ENVIRON is set.
We don't necessarily have environment variables, which is why we have
SWIFT_STDLIB_HAS_ENVIRON. Calling getenv() outside of a check of this
means Concurrency won't work in environments where getenv() cannot
be used.
rdar://91050064
0 commit comments