Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Synchronous vs. Asynchronous
- X-seq: zsh-users 15306
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Synchronous vs. Asynchronous
- Date: Fri, 20 Aug 2010 08:35:01 -0700
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I just occured to me that when the zsh manual describes something as
"asynchronous" it means not synchronous with respect to the parent zsh,
e.g., that the shell will not wait for it. That is distinct from
whether it is [not] synchronous with respect to other commands in the
same syntactic construct.
So if we're going to cause zsh to wait for >(...), we should change the
description in the documentation to no longer say "asynchronous".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author