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

Alert should be thread-safe #7838

Open
PeterJohnson opened this issue Mar 1, 2025 · 0 comments
Open

Alert should be thread-safe #7838

PeterJohnson opened this issue Mar 1, 2025 · 0 comments
Labels
type: bug Something isn't working.

Comments

@PeterJohnson
Copy link
Member

Alert is different from many device classes in that it’s useful to call from background threads. However, the implementation is not thread safe and is impossible to make thread-safe externally. It should be made internally thread safe to avoid hard-to-debug crashes when using it with multi-threaded code.

@PeterJohnson PeterJohnson added the type: bug Something isn't working. label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant