Skip to main content

Crate conc

Crate conc 

Source

Structs§

Executable
all information Conc needs to execute a command
RunArgs
named arguments for the run function

Enums§

Show
the different ways the command output can be displayed

Functions§

run
Runs the given commands concurrently, prints their results, and returns the highest exit code.
shell_command
Provides a Command instance that executes the given command in a shell environment so that shell features can be used.
shell_executable
Creates an Executable that runs the given command in a shell environment so that shell features can be used.