Skip to content
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

[FR]: Use Structured Concurrency in FirebaseCoreInternal when deployment version allows #13938

Open
ncooke3 opened this issue Oct 21, 2024 · 0 comments

Comments

@ncooke3
Copy link
Member

ncooke3 commented Oct 21, 2024

Description

FirebaseCoreInternal is written in Swift but does not yet support Swift Concurrency (iOS 13.0+). The module may benefit from the use of actors where manual locks and queues are being used. When the deployment version raises to support Swift concurrency, consider implementing Swift concurrency festure in the SDK.

See PR description and review discussion in #13933

API Proposal

No response

Firebase Product(s)

FirebaseCoreInternal

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

No branches or pull requests

1 participant