Skip to content

async <() #9

@czipperz

Description

@czipperz

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions