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

Reworked parallel executor to not block #437

Merged
merged 7 commits into from
Sep 6, 2020

Commits on Sep 5, 2020

  1. Reworked parallel executor to not block

     * Added CountdownEvent - an awaitable counter that is ready after decremented N times
     * System tasks are generated and await a ready_event
    aclysma committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    a099746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9b687 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e773557 View commit details
    Browse the repository at this point in the history
  4. Simplify some code

    aclysma committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    08907c3 View commit details
    Browse the repository at this point in the history
  5. Clippy lint

    aclysma committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    a32624c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e640a7 View commit details
    Browse the repository at this point in the history
  7. clippy lints

    aclysma committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    761a189 View commit details
    Browse the repository at this point in the history