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

YotiCore overwrites Swift's Task #23

Open
m4p opened this issue May 16, 2024 · 0 comments
Open

YotiCore overwrites Swift's Task #23

m4p opened this issue May 16, 2024 · 0 comments

Comments

@m4p
Copy link

m4p commented May 16, 2024

YotiCore defines it's own Task class, overwriting Swift's internal struct.
While we can work around this by using _Concurrency.Task to access the Swift internal, this should be considered bad style and YotiCore should refactor its naming to not collide with language features.

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

No branches or pull requests

1 participant