-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently a <(b) is transformed to temp=$(mktemp); b > $temp; a $temp.
Async would have to do something like temp=$(mktemp); b > $temp &; temp2=$!; a $temp; temp3=$?; wait $temp2; return $temp3.
$! and wait are not implemented yet (and maybe $? I'm not sure).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels