On 10/11/16 1:50 AM, isabella parakiss wrote:
> wait doesn't wait for procsubs unless it's passed the pid as an argument
>
> $ time { : <(sleep 1); wait; }
> real: 0m0.002s, user: 0m0.000s, sys: 0m0.003s
> $ time { : <(sleep 1); wait $!; }
> real: 0m1.011s, user: 0m0.003s, sys: 0m0.007s
>
> is th
wait doesn't wait for procsubs unless it's passed the pid as an argument
$ time { : <(sleep 1); wait; }
real: 0m0.002s, user: 0m0.000s, sys: 0m0.003s
$ time { : <(sleep 1); wait $!; }
real: 0m1.011s, user: 0m0.003s, sys: 0m0.007s
is this intended or is it a bug?
this also means it's impossible t