From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e53617e6821a1c7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-30 21:59:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Suspicious reentrant semaphore Date: 01 May 2003 05:59:13 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <1b585154.0304301521.3792f86d@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1051765175 3574 62.49.19.209 (1 May 2003 04:59:35 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 1 May 2003 04:59:35 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:36792 Date: 2003-05-01T05:59:13+01:00 List-Id: prichtmyer@yahoo.com (Peter Richtmyer) writes: > "Randy Brukardt" wrote in message news:... > > > > entry Get when True is > > I'm curious, why the "when True" above ? It has to be an entry so that it can be requeued if it turns out to be necessary to do so, but it's one that needs to be accepted unconditionally. You use this style when the logical guard (the one you want to write) can't be expressed in the language as a guard..