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.6 required=5.0 tests=BAYES_05,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,73bdb823e1c1f689 X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: idiom for task termination? Date: 1997/02/07 Message-ID: <32FBDCA7.5C45@bix.com>#1/1 X-Deja-AN: 215232813 references: <32FA10EF.32A@bix.com> content-type: text/plain; charset=us-ascii organization: InterNex Information Services 1-800-595-3333 mime-version: 1.0 reply-to: tmoran@bix.com newsgroups: comp.lang.ada x-mailer: Mozilla 3.01Gold (Win95; I) Date: 1997-02-07T00:00:00+00:00 List-Id: > the task must wait on Quit periodically, using an accept > statement. So why not get rid of Quit, and use a terminate alt in this > case? Actually it does not wait on Quit, but does a Select, with an 'accept Quit' alternative and an 'else' alternative - so it can't have an terminate alternative.