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

A reader writer lock on the file region #4723

Closed
wants to merge 11 commits into from

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    4414365 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. add implementation FileStreamRWLock for windows

    replace FileStreamRWLock to the Process package
    bas524 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0875455 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    bc7d0d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef6e68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94bdbc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix vc*.proj

    bas524 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d0f802c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    046af76 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. fix comments

    bas524 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    de1563c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f403d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix spelling fo PR pocoproject#4723

    add atomic_bool _locked and check if FileStreamRWLock is locked on
    destruction for force unlock
    bas524 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cc401c5 View commit details
    Browse the repository at this point in the history
  2. add atomic header

    bas524 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    34b4472 View commit details
    Browse the repository at this point in the history