Subject: [sv-ec] Section 12.7 - event synchronization
From: Stefen Boyd (stefen@boyd.com)
Date: Thu Feb 06 2003 - 17:02:01 PST
This was already floating around, but wanted to
raise it for discussion on Monday.
I would like to see $wait_xxx calls changed to
use event control operators. This was discussed
heavily, so I'll try to summarize what seemed to
be the desired change:
$wait_any(a,b) @( a or b) // nothing new to create
$wait_all(a,b) @( a and b) // or always begged for an and
$wait_order(a, b) @( a ; b) // use operator from assertions
I'm using the ';' operator from the assertions,
but use the meaning as defined for $wait_order.
Unless the assertions change sequence operator...
With these changes, 12.7 should be removed and 12.6.4
should be split into two sections. One for @ and one
for wait (see separate email for 12.6.4 - wait)
Stefen
--------------------
Stefen Boyd Boyd Technology, Inc.
stefen@BoydTechInc.com (408)739-BOYD
www.BoydTechInc.com (408)739-1402 (fax)
This archive was generated by hypermail 2b28 : Thu Feb 06 2003 - 17:15:12 PST