with

open fun with(a: Action): ParallelAction
open fun with(a: () -> Action): ParallelAction

Returns a new action that executes this action in parallel with a.


Returns a new action that executes this action in parallel with f.