raceWith

fun raceWith(vararg parallel: Cmd): RaceGroup

Run n commands in parallel with this command, ending when any of the commands has ended

Return

ParallelRaceGroup with this command and n parallel commands

Parameters

parallel

commands to run in parallel with this command