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

Feature/add failure flag to tasklets #909

Merged
merged 7 commits into from
Jul 15, 2024

Commits on Jul 8, 2024

  1. Add an atomic flag to TaskletRunner

    This flag is shared between the threads, if any thread fails, this is set and before the new threads get dispatched or run, this flag is checked.
    In case it is set, the program aborts.
    lisajulia committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    920d216 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 12, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    bdeddda View commit details
    Browse the repository at this point in the history
  2. Change pointer to tasklet runners to smart pointer and add comment ab…

    …out why they are created on the heap
    lisajulia committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f1b4182 View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    lisajulia committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    52b6860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d13fc3f View commit details
    Browse the repository at this point in the history