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,35862b8253794e65 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-09 02:31:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!news.iucc.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: Requeue Date: Tue, 9 Apr 2002 12:27:44 +0200 Organization: Ehud Lamm Message-ID: References: <3CB0CD37.52B43088@yahoo.com> <5ee5b646.0204072100.1f3707a0@posting.google.com> NNTP-Posting-Host: di3-67.dialin.huji.ac.il X-Trace: news.iucc.ac.il 1018344624 29683 132.64.13.67 (9 Apr 2002 09:30:24 GMT) X-Complaints-To: abuse@news.iucc.ac.il NNTP-Posting-Date: Tue, 9 Apr 2002 09:30:24 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Xref: archiver1.google.com comp.lang.ada:22266 Date: 2002-04-09T12:27:44+02:00 List-Id: "Robert Dewar" wrote in message news:5ee5b646.0204072100.1f3707a0@posting.google.com... > Anatoly Chernyshev wrote in message news:<3CB0CD37.52B43088@yahoo.com>... > > Could someone post a simple yet practical example of > > using that statement in Ada programming? > > That's what the rationale is for, always look there first! Right! This is always true, and requeue is explained beautifully in the Rationale. It may be useful to keep in mind that Requeue can be used to solve radically different problems. It may be best to try and understand each type of use, as explained in the rationale, separately. Suddenly the Aha moment will come when you see why all these different things can be done using requeue. Ehud Lamm