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

app: Update Forall command to allow multiple concurrent processes #755

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. app: Add optional end argument to banner print methods

    Allow passing a custom end to banner methods. This is useful for example
    to print a carriage return.
    
    Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
    pdgendt committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    843b375 View commit details
    Browse the repository at this point in the history
  2. app: Update Forall command to allow multiple concurrent processes

    Demonstrate asynchronous behavior for the Forall command and add an
    argument to select the number of jobs.
    
    Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
    pdgendt committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6e4ea53 View commit details
    Browse the repository at this point in the history
  3. tests: Add test for 'forall' with jobs

    Add test cases for running the forall command with multiple processes.
    
    Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
    pdgendt committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1ef4af1 View commit details
    Browse the repository at this point in the history