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

ARROW-17350: [C++] Create a scheduler for asynchronous work #13912

Merged
merged 10 commits into from
Sep 2, 2022

Commits on Aug 29, 2022

  1. Created an async task scheduler. This utility class replaces a number…

    … of existing utilities for managing async task lifetime.
    westonpace committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    4f3ec1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae300e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c1a961 View commit details
    Browse the repository at this point in the history
  4. Fixing various CI failures

    westonpace committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    6be8789 View commit details
    Browse the repository at this point in the history
  5. Fixing CI failures

    westonpace committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    55ff4bb View commit details
    Browse the repository at this point in the history
  6. Changed the dataset finish call to happen as a 'synchronous task' whi…

    …ch ensures that it is called at the end, after all the write batch calls have been made
    westonpace committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a8b786d View commit details
    Browse the repository at this point in the history
  7. Added more explanation to the abort message when a task is added to a…

    …n ended scheduler. Fixed bug in tee node pointed out in code review
    westonpace committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3ec377b View commit details
    Browse the repository at this point in the history
  8. Rebased. The scheduler will now notice failures that arrive after the…

    … scheduler has been ended.
    westonpace committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    edef9be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38da4a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f6b3491 View commit details
    Browse the repository at this point in the history