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

Add mutex for saving process #219

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Add mutex for saving process #219

wants to merge 3 commits into from

Conversation

xepozz
Copy link
Member

@xepozz xepozz commented Jun 18, 2023

Q A
Is bugfix? ✔️/❌
New feature? ✔️/❌
Breaks BC? ✔️/❌
Fixed issues comma-separated list of tickets # fixed by the PR, if any

@what-the-diff
Copy link

what-the-diff bot commented Jun 18, 2023

PR Summary

  • Added new dependency
    A new dependency has been added to manage package installation.
  • Imported Synchronizer in Debugger
    The Synchronizer class is now being used in the Debugger for better performance.
  • Prevented race conditions
    Wrapped the flush function with Synchronizer to ensure only one process can execute it at a time, avoiding potential race conditions.

Copy link
Member

@vjik vjik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need adapt tests to this change.

@xepozz xepozz marked this pull request as draft July 9, 2023 19:55
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.

3 participants