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

feat: using std::atomic value types for disposed checks of NativeBindingObject. #699

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

andycall
Copy link
Member

Fix potential race condition issues when checking the disposed property from the Dart side in multi-threaded mode.

@andycall andycall force-pushed the feat/atomic_native_binding_obect branch 2 times, most recently from 725b40b to 31d56a9 Compare December 29, 2024 07:21
@andycall andycall added this pull request to the merge queue Dec 30, 2024
Merged via the queue into main with commit d6b97cd Dec 30, 2024
29 checks passed
@andycall andycall deleted the feat/atomic_native_binding_obect branch December 30, 2024 13:35
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

Successfully merging this pull request may close these issues.

2 participants