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

PROTON-2792: [C++] check that scheduled tasks are active under lock #422

Closed
wants to merge 4 commits into from

Commits on Mar 8, 2024

  1. PROTON-2792: [C++] check that scheduled tasks are active under lock

    Previously we checked whether the tasks were active without locking
    which was bad.
    astitcher committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    121caf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    83d9f9f View commit details
    Browse the repository at this point in the history
  2. PROTON-2792: [C++] Test to ensure that we correctly cancel tasks

    Test for cancelling tasks from previous task.
    astitcher committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    96d7b71 View commit details
    Browse the repository at this point in the history
  3. Fix and neaten

    astitcher committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2b9e6e5 View commit details
    Browse the repository at this point in the history