deadlineWith

fun deadlineWith(vararg parallel: Cmd): DeadlineGroup

Runs n commands in parallel with this command, ending when this command ends

Return

ParallelDeadlineGroup with this command as the deadline, with n next commands

Parameters

parallel

n number of commands to run in parallel with this command