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

refactor: significant Mutex refactoring #5954

Merged
1 commit merged into from
May 14, 2024

Commits on Apr 30, 2024

  1. refactor: significant Mutex refactoring

    Includes:
    RecursiveMutex -> Mutex,
    renaming of `cs` to something more meaningful,
    usage of atomics where trivially possible,
    introduce a method CQuorum::SetVerificationVector to avoid needing to lock an internal mutex externally
    
    fix: avoid cs_vvec_shShare double-lock
    
    Co-authored-by: UdjinM6 <udjinm6@users.noreply.github.com>
    PastaPastaPasta and UdjinM6 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    acd0f49 View commit details
    Browse the repository at this point in the history