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=0.2 required=5.0 tests=BAYES_00,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,13c68a067434682 X-Google-Attributes: gid103376,public From: Larry Coon Subject: Re: Task question Date: 1997/10/07 Message-ID: <343A7792.2BF0@fs2.assist.uci.edu>#1/1 X-Deja-AN: 279154958 References: <3439D647.7C43@home.com> Organization: University of California Reply-To: larry@fs2.assist.uci.edu Newsgroups: comp.lang.ada Date: 1997-10-07T00:00:00+00:00 List-Id: Matthew Heaney wrote: > Just change the or to an else. My understanding of else is that it won't do what I want -- it won't wait for a rendezvous on my_rendezvous to occur, it'll just exit immediately if one isn't queued up. I ended up coding it the way David Hoos suggested, and it does what I want. Thanks for replying. Larry Coon University of California larry@fs2.assist.uci.edu and lmcoon@home.com